diff options
author | wenjuan dong <dong.wenjuan@zte.com.cn> | 2017-11-24 05:42:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-24 05:42:55 +0000 |
commit | f71afa73f5a56474036215b598e45123578c38d9 (patch) | |
tree | bd9e8d3af8a1821540abe6fe32a2ebea4caeae09 | |
parent | 9427c62ea36102ac72052c3f2ff8cca0f1bdf2be (diff) | |
parent | cda1099cf3c188a19c79dc564c589aa5d10a68fc (diff) |
Merge "Added instructions to enable Neutron 'Data Plane Status' ML2 extension"
-rw-r--r-- | devstack/README.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devstack/README.rst b/devstack/README.rst index c55d5626..91e8abfe 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -26,10 +26,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 |