Install Horizon according to Horizon documentation.
Clone Zun UI from git repository, checkout branch same as Horizon and Zun, and install it:
git clone https://github.com/openstack/zun-ui
git checkout <branch which you want>
cd zun-ui
pip install .
Enable Zun UI in your Horizon:
cp zun_ui/enabled/* <path to your horizon>/openstack_dashboard/local/enabled/
Run collectstatic command:
python <path to your horizon>/manage.py collectstatic
Compress static files (if enabled):
python <path to your horizon>/manage.py compress
Then restart your Horizon.
After restart your Horizon, reload dashboard forcely using [Ctrl + F5] or etc. in your browser.
Add this repo as an external repository into your local.conf
file:
[[local|localrc]]
enable_plugin zun-ui https://github.com/openstack/zun-ui
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.