Fix installation procedure due to lack of process.
Current installation procedure in README.rst and doc/source/install/installation_contents.rst does not have installation process of heat-dashboard itself. I added above procedure by this review request. Change-Id: I97f7d114c1f1e978286bd218df558ddf5340d901
This commit is contained in:
parent
314ea17fee
commit
6c13231096
@ -58,13 +58,16 @@ and set some parameter to connect to your OpenStack environment:
|
||||
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
|
||||
|
||||
Copy Heat policy file to your Horizon environment::
|
||||
Copy Heat policy file to your Horizon environment::
|
||||
|
||||
cp heat-dashboard/etc/heat_policy.json \
|
||||
horizon/openstack_dashboard/conf
|
||||
|
@ -38,13 +38,16 @@ and set some parameter to connect to your OpenStack environment:
|
||||
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
|
||||
|
||||
Copy Heat policy file to your Horizon environment::
|
||||
Copy Heat policy file to your Horizon environment::
|
||||
|
||||
cp heat-dashboard/etc/heat_policy.json \
|
||||
horizon/openstack_dashboard/conf
|
||||
|
Loading…
Reference in New Issue
Block a user