Added instructions to enable Neutron 'Data Plane Status' ML2 extension 01/47501/2
authorBertrand Souville <souville@docomolab-euro.com>
Mon, 20 Nov 2017 10:46:02 +0000 (11:46 +0100)
committerBertrand Souville <souville@docomolab-euro.com>
Mon, 20 Nov 2017 11:32:59 +0000 (12:32 +0100)
Change-Id: Ief6fc069898e4bbf5a8ac48b0a42b80a3f541cbd
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
devstack/README.rst

index c55d562..91e8abf 100644 (file)
@@ -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