Merge "Fix firewall_driver examples in docs"

This commit is contained in:
Zuul 2022-12-08 10:55:38 +00:00 committed by Gerrit Code Review
commit a730f8bf02
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.