RETIRED, Horizon plugin for Cue.
Go to file
Steve Leon 8061914517 Add delete cluster 2015-03-07 21:46:12 -08:00
cuedashboard Add delete cluster 2015-03-07 21:46:12 -08:00
.gitignore Adding .gitignore file 2015-03-07 00:12:29 -08: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 queue list 2015-03-07 15:36:03 -08:00
_70_cue_panel.py Adding queue list 2015-03-07 15:36:03 -08:00
requirements.txt First commit 2015-03-05 13:58:26 -08: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

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