summaryrefslogtreecommitdiffstats
path: root/devstack
diff options
context:
space:
mode:
authorBertrand Souville <souville@docomolab-euro.com>2017-07-17 15:29:59 +0200
committerBertrand Souville <souville@docomolab-euro.com>2017-07-17 15:29:59 +0200
commit10a494b05779c7b80704b0665ff6f6e8e2bcd7aa (patch)
tree433d10713bd6c0dd90b7bc673ca3aeb7e02047e0 /devstack
parent7e0ab6e2149df22455e58eb363eb291a985514de (diff)
Added steps to enable Python 3 and Congress in README file
Change-Id: Ic880836931f3f00c9ff926c9e981b0d49c9a045e Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
Diffstat (limited to 'devstack')
-rw-r--r--devstack/README.rst12
1 files changed, 10 insertions, 2 deletions
diff --git a/devstack/README.rst b/devstack/README.rst
index cd836f13..c55d5626 100644
--- a/devstack/README.rst
+++ b/devstack/README.rst
@@ -9,7 +9,7 @@ Enabling OPNFV Doctor using DevStack
This directory contains the files necessary to run OpenStack with enabled
OPNFV Doctor in DevStack.
-To configure DevStack to enable OPNFV Doctor edit
+1. To configure DevStack to enable OPNFV Doctor edit
``${DEVSTACK_DIR}/local.conf`` file and add::
enable_plugin aodh http://git.openstack.org/openstack/aodh
@@ -22,6 +22,14 @@ to the ``[[local|localrc]]`` section.
.. note:: The order of enabling plugins matters.
-Run DevStack as normal::
+2. To enable Python 3 in DevStack, please add::
+
+ USE_PYTHON3=True
+
+3. To enable Congress as Doctor Inspector, please also add::
+
+ enable_plugin congress https://git.openstack.org/openstack/congress
+
+4. Run DevStack as normal::
$ ./stack.sh