Fix senlin-dashboard devstack installation guide

With newest devstack,senlin-dashboard is not installed when enable senlin plugin.

Fix installation guide.And,update unit test command.

Change-Id: Ie781774ae1c53938e6178248ce526819f95f9712
This commit is contained in:
jonnary 2016-08-11 11:10:19 +08:00 committed by Qiming Teng
parent 26552e8344
commit 7885425bbc
1 changed files with 12 additions and 9 deletions

View File

@ -7,20 +7,23 @@ Senlin Management Dashboard
Devstack Installation
---------------------
By default, the devstack will install senlin dashboard while you enable
senlin in devstack.
1. Download DevStack::
git clone https://git.openstack.org/openstack-dev/devstack
cd devstack
$ git clone https://git.openstack.org/openstack-dev/devstack
$ cd devstack
2. Add this repo as an external repository into your ``local.conf`` file::
2. Add following repo as external repositories into your ``local.conf`` file::
[[local|localrc]]
enable_plugin senlin https://git.openstack.org/openstack/senlin
[[local|localrc]]
#Enable senlin
enable_plugin senlin https://git.openstack.org/openstack/senlin
#Enable senlin-dashboard
enable_plugin senlin-dashboard https://git.openstack.org/openstack/senlin-dashboard
3. Run ``stack.sh``.
3. Run ``stack.sh``::
$ ./stack.sh
Unit Test
---------
@ -28,7 +31,7 @@ Unit Test
The unit tests can be executed directly from within this Senlin Dashboard plugin
project directory by using::
./run_tests.sh
tox
Blueprints
----------