kaz_shinohara d2e18d288d Added leftover change in horizon
As requested from horizon team, added leftover change to heat-dashboard.
https://review.openstack.org/#/c/498838/
Above change is not included yet in heat-dashboard side because this
change added after heat-dashboard was born.

Change-Id: Ie8286bbbbdc6e9f6d7fe09dc4c4a24724f188eac
2017-12-07 09:55:28 +09:00
2017-10-06 14:46:17 +09:00
2017-10-06 14:46:17 +09:00
2017-10-06 14:46:17 +09:00
2017-10-06 14:46:17 +09:00
2017-10-06 14:46:17 +09:00
2017-10-06 14:46:17 +09:00
2017-10-06 14:46:17 +09:00
2017-11-07 01:33:50 +00:00
2017-10-06 14:46:17 +09:00
2017-11-15 11:43:53 +00:00

Team and repository tags

image

Heat Dashboard

Horizon plugin for Heat

Use Heat Dashboard in DevStack

Set up your local.conf to enable heat-dashboard:

[[local|localrc]]
enable_plugin heat-dashboard https://git.openstack.org/openstack/heat-dashboard

Note

You also need to install Heat itself into DevStack to use Heat Dashboard.

Manual Installation

Clone both Horizon and Heat Dashboard repositories:

git clone https://github.com/openstack/horizon
git clone https://github.com/openstack/heat-dashboard

Create a virtual environment and install Horizon relevant packages:

pip install -r horizon/requirements.txt

Create your local_settings.py file:

cp horizon/openstack_dashboard/local/local_settings.py.example \
  horizon/openstack_dashboard/local/local_settings.py

Open newly created local_settings.py with your text editor, and set some parameter to connect to your OpenStack environment:

  • Set OPENSTACK_HOST as hostname or IP address of your OpenStack server.
  • Verify that the OPENSTACK_KEYSTONE_URL and

    OPENSTACK_KEYSTONE_DEFAULT_ROLE settings are correct for your environment. (They should be correct unless you modified your OpenStack server to change them.)

Install Heat Dashboard with all relevant packages to your Horizon environment:

pip install -e ./heat-dashboard/

Enable heat-dashboard plugin in your Horizon environment:

cp heat-dashboard/heat_dashboard/enabled/* \
  horizon/openstack_dashboard/local/enabled

cp heat-dashboard/etc/* \
  horizon/openstack_dashboard/conf/

cp heat-dashboard/heat_dashboard/local_settings.d/* \
  horizon/openstack_dashboard/local/local_settings.d/

Finally you can launch Horizon with Heat Dashboard plugin:

cd horizon
python manage.py runserver 0.0.0.0:8080

Now you can connect to your Horizon including Heat Dashboard plugin from your browser with URL http://localhost:8080/.

Description
Horizon plugin for OpenStack Orchestration (Heat)
Readme 6.2 MiB
Languages
JavaScript 63.2%
SCSS 20.7%
Python 10.9%
HTML 5.1%