RETIRED, Horizon plugin for Cue.
Go to file
Steve Leon 97604666d6 Making multiple fixes to the cue dashboard
- Renaming column names
- Adding endpoint URL into the table list
- Username and password field in create cue form
- Remove network widget and replace with dropdown
- Add flavor details to create cluster
- Update tooltips

Change-Id: I16f5cde7109931b40c80108fa1dc76cd6597255a
2015-04-01 11:40:18 -07:00
cuedashboard Making multiple fixes to the cue dashboard 2015-04-01 11:40:18 -07:00
doc/source Adding tox file for gate testing and some other fixes 2015-03-17 17:02:46 -07:00
.gitignore Making multiple fixes to the cue dashboard 2015-04-01 11:40:18 -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