update devstack README.rst with more info

Change-Id: I684f71928fc4dcccf50c0dd5b0003b8293aa80e3
This commit is contained in:
anilkumarthovi 2017-11-27 15:17:24 +05:30 committed by Feilong Wang
parent 0540bbd6e1
commit d77b763384
1 changed files with 26 additions and 8 deletions

View File

@ -1,15 +1,33 @@
====================
Enabling in Devstack
====================
=====
Zaqar
=====
======================
Enabling in Devstack
======================
1. Download DevStack::
1. Download DevStack
--------------------
$ git clone https://git.openstack.org/openstack-dev/devstack
$ cd devstack
For more info on devstack installation follow the below link:
2. Add the following repo as an external repository::
.. code-block:: ini
https://docs.openstack.org/devstack/latest/
2. Add this repo as an external repository
------------------------------------------
.. code-block:: ini
cat > /opt/stack/devstack/local.conf << END
[[local|localrc]]
enable_plugin zaqar https://git.openstack.org/openstack/zaqar
END
3. Run ``./stack.sh``
3. Run devstack
--------------------
.. code-block:: ini
cd /opt/stack/devstack
./stack.sh