From c4e76908ae0d8c1e5bcb7f839df5e22094805299 Mon Sep 17 00:00:00 2001 From: Trevor McCasland Date: Wed, 12 Jul 2017 16:04:41 -0500 Subject: [PATCH] SR-IOV: remove ml2_conf_sriov.ini from manual Before the doc-migration I proposed this patch: Ica9c2beeee5f24cbdf0b947bb0371c41375c48c7 The following patch removed the ml2_conf_sriov.ini file: Ida6c0930ce65169a9bc59ef80d6b427b2d5d4e09 In order to reduce confusion, lets remove the reference to it. Change-Id: I22aacebc13c0c3c5eb361f79c293d3012f1ac149 --- doc/source/admin/config-sriov.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/source/admin/config-sriov.rst b/doc/source/admin/config-sriov.rst index cadfbc10943..a398c74abc8 100644 --- a/doc/source/admin/config-sriov.rst +++ b/doc/source/admin/config-sriov.rst @@ -271,15 +271,14 @@ Configure neutron-server (Controller) mechanism_drivers = openvswitch,sriovnicswitch -#. Add the ``ml2_conf_sriov.ini`` file as parameter to the ``neutron-server`` +#. Add the ``plugin.ini`` file as a parameter to the ``neutron-server`` service. Edit the appropriate initialization script to configure the - ``neutron-server`` service to load the SR-IOV configuration file: + ``neutron-server`` service to load the plugin configuration file: .. code-block:: bash --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugin.ini - --config-file /etc/neutron/plugins/ml2/ml2_conf_sriov.ini #. Restart the ``neutron-server`` service.