020e9ad7dd
* Add a note about python3 installation * Fix the order of install steps Change-Id: Ia5c1b3eae55196a3bc2cc38d90890985cd41ecea Related-Bug: #1829871
24 lines
510 B
ReStructuredText
24 lines
510 B
ReStructuredText
==========
|
|
zun-ui
|
|
==========
|
|
|
|
Zun UI
|
|
|
|
* Free software: Apache license
|
|
* Source: https://opendev.org/openstack/zun-ui
|
|
* Bugs: https://bugs.launchpad.net/zun-ui
|
|
|
|
Manual Installation
|
|
-------------------
|
|
|
|
Install according to `Zun UI documentation <https://docs.openstack.org/zun-ui/latest/install/index.html>`_.
|
|
|
|
Enabling in DevStack
|
|
--------------------
|
|
|
|
Add this repo as an external repository into your ``local.conf`` file::
|
|
|
|
[[local|localrc]]
|
|
enable_plugin zun-ui https://github.com/openstack/zun-ui
|
|
|