RETIRED, Horizon plugin for Cue.
Go to file
Steve Leon 2021adf55a Adding python-cueclient to requirements 2015-03-09 17:21:13 -07:00
cuedashboard Add create cluster 2015-03-09 15:36:32 -07: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 Adding python-cueclient to requirements 2015-03-09 17:21:13 -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

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