OpenDev Sysadmins
2d928f010a
OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
zun-ui
Zun UI
- Free software: Apache license
- Source: https://git.openstack.org/cgit/openstack/zun-ui
- Bugs: https://bugs.launchpad.net/zun-ui
Manual Installation
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/
Then restart your Horizon.
After restart your Horizon, reload dashboard forcely using [Ctrl + F5] or etc. in your browser.
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
Description
Languages
JavaScript
69.2%
Python
17.8%
HTML
11.7%
Shell
0.7%
SCSS
0.6%