diff options
author | wenjuan dong <dong.wenjuan@zte.com.cn> | 2017-07-18 03:05:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-18 03:05:35 +0000 |
commit | 41fc677e7f6349d28ec938fe6ac9ff03e99894f1 (patch) | |
tree | 58c7d758e649609732921314e6811bc9bede856d | |
parent | 3a6fc64c8f2eefa3d988bd624d23e3f22a92ea90 (diff) | |
parent | 10a494b05779c7b80704b0665ff6f6e8e2bcd7aa (diff) |
Merge "Added steps to enable Python 3 and Congress in README file"
-rw-r--r-- | devstack/README.rst | 12 |
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 |