Fix firewall_driver examples in docs

Some of the docs use the long hand path for firewall_driver,
which might not always work. Change the remaining few
examples to use the short hand from setup.cfg instead.

Change-Id: I02bcf654e041ff9c1ff27e64b8493c5e13d7e479
Closes-bug: #1809578
This commit is contained in:
Brian Haley 2022-12-06 13:45:37 -05:00
parent dd6a5f0270
commit 06fad386ba
2 changed files with 3 additions and 3 deletions

View File

@ -151,7 +151,7 @@ Compute nodes
l2_population = True
[securitygroup]
firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
firewall_driver = iptables_hybrid
#. Configure the L3 agent. Add the following to ``/etc/neutron/l3_agent.ini``:

View File

@ -355,7 +355,7 @@ Enable neutron-sriov-nic-agent (Compute)
.. code-block:: ini
[securitygroup]
firewall_driver = neutron.agent.firewall.NoopFirewallDriver
firewall_driver = noop
[sriov_nic]
physical_device_mappings = physnet2:eth3
@ -633,7 +633,7 @@ Known limitations
.. code-block:: ini
[securitygroup]
firewall_driver = neutron.agent.firewall.NoopFirewallDriver
firewall_driver = noop
* SR-IOV is not integrated into the OpenStack Dashboard (horizon). Users must
use the CLI or API to configure SR-IOV interfaces.