Ghanshyam Mann 2da57a19f5 Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

zun-ui is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal - https://review.opendev.org/#/c/691178/

Change-Id: I9134e73c6698e225044282977f40298822280b1c
2019-10-30 06:12:09 +00:00
2017-03-09 11:28:16 +05:30
2019-10-26 20:36:06 +00:00
2017-03-10 19:11:36 +09:00
2019-04-19 19:33:53 +00:00
2019-10-30 06:12:09 +00:00
2016-07-22 13:06:25 +09:00
2016-07-22 13:06:25 +09:00
2016-07-22 13:06:25 +09:00
2019-10-30 06:12:09 +00:00
2018-12-21 10:41:05 +09:00
2019-01-10 11:00:29 +08:00
2019-10-30 06:12:09 +00:00

zun-ui

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
The UI component for Zun
Readme 3.5 MiB
Languages
JavaScript 69.2%
Python 17.8%
HTML 11.7%
Shell 0.7%
SCSS 0.6%