Merge "Remove notification_driver from docs"

This commit is contained in:
Jenkins
2017-04-18 01:26:05 +00:00
committed by Gerrit Code Review
2 changed files with 0 additions and 24 deletions

View File

@@ -84,16 +84,6 @@
> in /etc/neutron/neutron.conf
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::
> in /etc/neutron/plugins/ml2/ml2_conf.ini

View File

@@ -91,20 +91,6 @@ All related neutron services need to be restarted after configuration change.
...
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
``/etc/neutron/plugins/ml2/ml2_conf.ini`` file: