Add senlin-dashboard installation guide

Currently we only provide the devstack installation doc with senlin
enabled, It's better to also add a guide for separately installation.

Change-Id: Icac4cbdd0c658381777e1e0cb923ae1df8d33a12
This commit is contained in:
Zhenguo Niu 2017-02-09 13:26:48 +08:00
parent a43185c9e3
commit 8c7dd17ccf
1 changed files with 21 additions and 0 deletions

View File

@ -13,6 +13,27 @@ Senlin Dashboard
Senlin Management Dashboard
Installation
------------
1. Clone the Senlin Dashboard repository::
$ git clone https://git.openstack.org/openstack/senlin-dashboard
2. Copy the ``_50_senlin.py`` file from ``senlin_dashboard/enabled/_50_senlin.py``
file to ``horizon/openstack_dashboard/local/enabled`` directory. Example,
set as if being executed from the root of the senlin-dashboard repository::
cp ./senlin_dashboard/enabled/_50_senlin.py ../horizon/openstack_dashboard/local/enabled
3. Change into the senlin-dashboard repository and package the plugin::
pip install -r requirements.txt -e .
This will build and install the senlin-dashboard plugin into the active virtual
environment associated with your horizon installation. The plugin is installed
in "editable" mode as a link back to your senlin-dashboard plugin directory.
Devstack Installation
---------------------