Merge "Remove notification_driver from docs"
This commit is contained in:
@@ -84,16 +84,6 @@
|
|||||||
> in /etc/neutron/neutron.conf
|
> in /etc/neutron/neutron.conf
|
||||||
service_plugins = qos, odl-router
|
service_plugins = qos, odl-router
|
||||||
|
|
||||||
enable notification driver in neutron.conf::
|
|
||||||
|
|
||||||
> in /etc/neutron/neutron.conf
|
|
||||||
[qos]
|
|
||||||
notification_drivers = odl-qos
|
|
||||||
|
|
||||||
or v2 driver can also be used, but one at a time.
|
|
||||||
|
|
||||||
> notification_drivers = odl-qos-v2
|
|
||||||
|
|
||||||
enable qos extension driver in ml2 conf::
|
enable qos extension driver in ml2 conf::
|
||||||
|
|
||||||
> in /etc/neutron/plugins/ml2/ml2_conf.ini
|
> in /etc/neutron/plugins/ml2/ml2_conf.ini
|
||||||
|
|||||||
@@ -91,20 +91,6 @@ All related neutron services need to be restarted after configuration change.
|
|||||||
...
|
...
|
||||||
service_plugins = odl-router
|
service_plugins = odl-router
|
||||||
|
|
||||||
* If the QoS service is enabled then you also need to enable the ODL QoS
|
|
||||||
notification driver.
|
|
||||||
|
|
||||||
.. code-block:: ini
|
|
||||||
|
|
||||||
[qos]
|
|
||||||
...
|
|
||||||
notification_drivers = odl-qos
|
|
||||||
|
|
||||||
..note::
|
|
||||||
|
|
||||||
The default notification driver is message_queue, if ODL backend is
|
|
||||||
used, and qos service_plugins and qos extensions drivers are enabled
|
|
||||||
then odl-qos driver should be used to have working QoS functionality.
|
|
||||||
|
|
||||||
#. Configure the ML2 plug-in. Edit the
|
#. Configure the ML2 plug-in. Edit the
|
||||||
``/etc/neutron/plugins/ml2/ml2_conf.ini`` file:
|
``/etc/neutron/plugins/ml2/ml2_conf.ini`` file:
|
||||||
|
|||||||
Reference in New Issue
Block a user