Horizon plugin for OpenStack Orchestration (Heat)
Go to file
Keiichi Hikita e63ec107c5 add initial files. 2017-10-06 14:46:17 +09:00
heat_dashboard update files by working files. 2017-10-06 14:44:50 +09:00
tools add initial files. 2017-10-06 14:46:17 +09:00
.gitignore update files by working files. 2017-10-06 14:44:50 +09:00
CONTRIBUTING.rst add initial files. 2017-10-06 14:46:17 +09:00
HACKING.rst add initial files. 2017-10-06 14:46:17 +09:00
LICENSE add initial files. 2017-10-06 14:46:17 +09:00
MANIFEST.in add initial files. 2017-10-06 14:46:17 +09:00
README.rst add initial files. 2017-10-06 14:46:17 +09:00
babel-django.cfg add initial files. 2017-10-06 14:46:17 +09:00
babel-djangojs.cfg add initial files. 2017-10-06 14:46:17 +09:00
manage.py add initial files. 2017-10-06 14:46:17 +09:00
requirements.txt add initial files. 2017-10-06 14:46:17 +09:00
setup.cfg add initial files. 2017-10-06 14:46:17 +09:00
setup.py add initial files. 2017-10-06 14:46:17 +09:00
test-requirements.txt add initial files. 2017-10-06 14:46:17 +09:00
test.py add initial files. 2017-10-06 14:46:17 +09:00
tox.ini flake8-import-order: Ensure to place project imports last 2017-09-20 01:19:38 +00:00

README.rst

OpenStack Dashboard plugin for Heat project

How to use with Horizon on server:

Use pip to install the package on the server running Horizon.
Then either copy or link the files in heat_dashboard/enabled to
openstack_dashboard/local/enabled like following.
cd heat-dashboard & python setup.py sdist
horizon/tools/with_venv.sh pip install dist/package.tar.gz

cp -rv enabled/ horizon/openstack_dashboard/local/
# !! ADD_SCSS_FILES may be overried to your environment.

# Restart Apache or your Django test server
# You may need to run
python manage.py collectstatic
python manage.py compress
This step will cause the Horizon service to pick up the heat plugin
when it starts.

To run unit tests:

./run_tests.sh

Reference:

https://docs.openstack.org/horizon/latest/contributor/tutorials/plugin.html