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:
Keiichi Hikita 2017-11-21 18:15:15 +09:00
parent 314ea17fee
commit 6c13231096
2 changed files with 8 additions and 2 deletions

View File

@ -58,6 +58,9 @@ 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::

View File

@ -38,6 +38,9 @@ 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::