Fix a link to devstack instruction

To show up devstack instruction in github correctly, this patch
moves the instruction from devstack/README.rst into README.rst on
root directly.

Change-Id: I4c936b7a733bc42b2dc90c36474c6ecbcd2bbc87
This commit is contained in:
Masahito Muroi 2015-12-12 22:30:49 +09:00
parent 40ffde817a
commit b939b96c00
2 changed files with 12 additions and 17 deletions

View File

@ -99,7 +99,18 @@ There are 2 ways to install Congress.
--------------------
For integrating congress with DevStack::
``./devstack/README.rst``
1. Download DevStack::
git clone https://git.openstack.org/openstack-dev/devstack.git
cd devstack
2. Add this repo as an external repository::
> cat local.conf
[[local|localrc]]
enable_plugin congress https://git.openstack.org/openstack/congress
3. Run ``stack.sh``
4.2 Standalone-install
----------------------

View File

@ -1,16 +0,0 @@
=============================
Enabling Congress in Devstack
=============================
1. Download DevStack::
git clone https://git.openstack.org/openstack-dev/devstack.git
cd devstack
2. Add this repo as an external repository::
> cat local.conf
[[local|localrc]]
enable_plugin congress https://git.openstack.org/openstack/congress
3. Run ``stack.sh``