From 69a844995a5c4e8fd3c5358043ae12c3fbb68c1a Mon Sep 17 00:00:00 2001 From: Manjeet Singh Bhatia Date: Wed, 12 Apr 2017 15:34:03 +0000 Subject: [PATCH] Remove notification_driver from docs Notification_drivers will be removed from neutron in pike, as [1] updates the driver base for qos, this notifcation_driver settings will no longer needed. Also removing notification driver from setup.cfg. [1]. https://review.openstack.org/#/c/454300/ Change-Id: Ia0e66326464cd565755cb3339453fefd65deab30 --- devstack/README.rst | 10 ---------- doc/source/installation.rst | 14 -------------- 2 files changed, 24 deletions(-) diff --git a/devstack/README.rst b/devstack/README.rst index 62b15b120..ef6c4be5d 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -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 diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 68357ea71..eb9ebdec6 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -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: