diff options
author | Bertrand Souville <souville@docomolab-euro.com> | 2017-11-20 11:46:02 +0100 |
---|---|---|
committer | Bertrand Souville <souville@docomolab-euro.com> | 2017-11-20 12:32:59 +0100 |
commit | cda1099cf3c188a19c79dc564c589aa5d10a68fc (patch) | |
tree | ce6b63215ae101e2929bd218c2b91fa58a5b5883 /devstack/README.rst | |
parent | 45a8a746baee0f8bd8413a15db8f77326160edf4 (diff) |
Added instructions to enable Neutron 'Data Plane Status' ML2 extension
Change-Id: Ief6fc069898e4bbf5a8ac48b0a42b80a3f541cbd
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
Diffstat (limited to 'devstack/README.rst')
-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 |