RETIRED, Craton Horizon plugin.
Go to file
Eddie Ramirez c32cb4a4f6 Merge pull request #3 from ChristopherMSpencer/master
Added some files and stuff
2016-08-09 14:46:24 -05:00
craton_dashboard Added some files and stuff 2016-08-09 14:40:15 -05:00
.gitignore Added base methods and classes for API 2016-08-04 22:58:20 +00:00
.testr.conf Added some files and stuff 2016-08-09 14:40:15 -05:00
.travis.yml Added travis conf file 2016-08-09 16:06:02 +00:00
AUTHORS Added regions panel 2016-08-04 00:17:08 +00:00
ChangeLog Updated enable files and install instructions 2016-08-09 15:52:21 +00:00
LICENSE Initial commit 2016-08-03 11:44:33 -05:00
MANIFEST.in Added base methods and classes for API 2016-08-04 22:58:20 +00:00
README.rst Updated enable files and install instructions 2016-08-09 15:52:21 +00:00
requirements.txt Added some files and stuff 2016-08-09 14:40:15 -05:00
setup.cfg Added some files and stuff 2016-08-09 14:40:15 -05:00
setup.py Added regions panel 2016-08-04 00:17:08 +00:00
test-requirements.txt Added some files and stuff 2016-08-09 14:40:15 -05:00
test.txt added test 2016-08-09 16:09:34 +00:00
tox.ini Added some files and stuff 2016-08-09 14:40:15 -05:00

README.rst

Craton UI for Horizon Dashboard

Install

From http://docs.openstack.org/developer/horizon/tutorials/plugin.html

  • plugin is the location of your plugin
  • horizon is the location of horizon
  • package is the complete name of your packaged plugin
  1. Run “cd plugin & python setup.py sdist”
  2. Run “cp -rv enabled horizon/openstack_dashboard/local/”
  3. Run “horizon/tools/with_venv.sh pip install dist/package.tar.gz”
  4. Restart Apache or your Django test server