X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=devstack%2FREADME.rst;h=aaa18a7f64851d490d2af17e276acb3cd8dcbad4;hb=3eb8e9800215f25712d62160042e472f63cec1e1;hp=c55d5626d5f7295574df5cd3c0b5aecf7570b1aa;hpb=9eb18cabdddda3a2e0bbd05076bc1786ebe6be8b;p=doctor.git diff --git a/devstack/README.rst b/devstack/README.rst index c55d5626..aaa18a7f 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -18,7 +18,9 @@ OPNFV Doctor in DevStack. enable_plugin osprofiler https://git.openstack.org/openstack/osprofiler enable_plugin doctor https://git.opnfv.org/doctor -to the ``[[local|localrc]]`` section. +to the ``[[local|localrc]]`` section. Or, you can copy the local.conf.sample:: + + cp //devstack/local.conf.sample ${DEVSTACK_DIR}/local.conf .. note:: The order of enabling plugins matters. @@ -26,10 +28,14 @@ to the ``[[local|localrc]]`` section. USE_PYTHON3=True -3. To enable Congress as Doctor Inspector, please also add:: +3. To enable Congress as Doctor Inspector, please add:: enable_plugin congress https://git.openstack.org/openstack/congress -4. Run DevStack as normal:: +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