RETIRED, Horizon plugin for Cue.
Go to file
Steve Leon 2d752d0cc6 Fix create cluster network issue
Change-Id: Ic8ab2b31f139d0027354a15a562103c166b2dba3
2015-03-18 18:08:06 -07:00
cuedashboard Fix create cluster network issue 2015-03-18 18:08:06 -07:00
doc/source Adding tox file for gate testing and some other fixes 2015-03-17 17:02:46 -07:00
.gitignore Adding tox file for gate testing and some other fixes 2015-03-17 17:02:46 -07:00
LICENSE First commit 2015-03-05 13:58:26 -08:00
README.rst Updating Readme file 2015-03-07 15:40:01 -08:00
_70_0_cue_panel_group.py Adding tox file for gate testing and some other fixes 2015-03-17 17:02:46 -07:00
_70_cue_panel.py Adding queue list 2015-03-07 15:36:03 -08:00
requirements.txt Adding tox file for gate testing and some other fixes 2015-03-17 17:02:46 -07:00
setup.cfg First commit 2015-03-05 13:58:26 -08:00
setup.py First commit 2015-03-05 13:58:26 -08:00
test-requirements.txt Adding tox file for gate testing and some other fixes 2015-03-17 17:02:46 -07:00
tox.ini Adding tox file for gate testing and some other fixes 2015-03-17 17:02:46 -07:00

README.rst

cue-dashboard

Horizon plugin for Project Cue

Cue-dashboard Install

Enter these commands in your terminal :

sudo pip install -e {cue-dashboard}
cd /opt/stack/horizon/openstack_dashboard/local/enabled
ln -s {cue-dashboard}/_70_0_cue_panel_group.py _70_0_cue_panel_group.py
ln -s {cue-dashboard}/_70_cue_panel.py _70_cue_panel.py
sudo service apache2 restart