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
This commit is contained in:
Trevor McCasland
2017-07-12 16:04:41 -05:00
parent d37f0652b9
commit c4e76908ae

View File

@@ -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.