From d77b7633840bc08f90362798ebd5ae32eb442f88 Mon Sep 17 00:00:00 2001 From: anilkumarthovi Date: Mon, 27 Nov 2017 15:17:24 +0530 Subject: [PATCH] update devstack README.rst with more info Change-Id: I684f71928fc4dcccf50c0dd5b0003b8293aa80e3 --- devstack/README.rst | 34 ++++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/devstack/README.rst b/devstack/README.rst index f390e4451..516d3b832 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -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