X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=devstack%2FREADME.rst;h=91e8abfe1c1f7f7784ed97ca77b34d7affe62f6f;hb=dcbe7bf1c26052b0e95d209254e7273aa1eaace1;hp=cd836f1351d2f1aafef7b34c97a28de0f00f697e;hpb=04d5d98e117e77c172d6bc3244c59d7e829051f4;p=doctor.git diff --git a/devstack/README.rst b/devstack/README.rst index cd836f13..91e8abfe 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,18 @@ 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 add:: + + enable_plugin congress https://git.openstack.org/openstack/congress + +4. To enable Neutron port data plane status, please also add:: + + Q_ML2_PLUGIN_EXT_DRIVERS=data_plane_status + +5. Run DevStack as normal:: $ ./stack.sh