update devstack README.rst with more info
Change-Id: I684f71928fc4dcccf50c0dd5b0003b8293aa80e3
This commit is contained in:
parent
0540bbd6e1
commit
d77b763384
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user