zaqar/devstack/README.rst
anilkumarthovi d77b763384 update devstack README.rst with more info
Change-Id: I684f71928fc4dcccf50c0dd5b0003b8293aa80e3
2017-12-03 21:17:05 +00:00

34 lines
619 B
ReStructuredText

=====
Zaqar
=====
======================
Enabling in Devstack
======================
1. Download DevStack
--------------------
For more info on devstack installation follow the below link:
.. 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 devstack
--------------------
.. code-block:: ini
cd /opt/stack/devstack
./stack.sh