RETIRED, Horizon plugin for Cue.
Go to file
venkatamahesh 95fc5818e7 Added home-page value in setup.cfg file
Change-Id: I4c4016290fa0009e4821db9e066c96a8fc8c4427
2015-11-18 19:10:40 +00:00
cuedashboard Removing translation to work with Django 1.7.x 2015-11-12 13:52:55 -08:00
doc/source Adding tox file for gate testing and some other fixes 2015-03-17 17:02:46 -07:00
.coveragerc Add unit test and coverage configuration 2015-05-13 16:28:22 -07:00
.gitignore Renaming cue service to message-broker 2015-07-07 14:35:21 -07:00
.gitreview Update .gitreview file for project rename 2015-07-10 17:03:13 -07:00
.testr.conf Add unit test and coverage configuration 2015-05-13 16:28:22 -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_cue_panel_group.py Removing translation to work with Django 1.7.x 2015-11-12 13:52:55 -08:00
_71_cue_panel.py Renaming cue service to message-broker 2015-07-07 14:35:21 -07:00
requirements.txt Removing translation to work with Django 1.7.x 2015-11-12 13:52:55 -08:00
setup.cfg Added home-page value in setup.cfg file 2015-11-18 19:10:40 +00:00
setup.py First commit 2015-03-05 13:58:26 -08:00
test-requirements.txt Removing translation to work with Django 1.7.x 2015-11-12 13:52:55 -08:00
tox.ini Activate pep8 check that _ is imported 2015-08-04 11:03:47 -05: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