From 06fad386ba7dad5f9dea288a124993560513949a Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Tue, 6 Dec 2022 13:45:37 -0500 Subject: [PATCH] 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 --- doc/source/admin/config-dvr-ha-snat.rst | 2 +- doc/source/admin/config-sriov.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/admin/config-dvr-ha-snat.rst b/doc/source/admin/config-dvr-ha-snat.rst index 3a9cb798709..c136107475d 100644 --- a/doc/source/admin/config-dvr-ha-snat.rst +++ b/doc/source/admin/config-dvr-ha-snat.rst @@ -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``: diff --git a/doc/source/admin/config-sriov.rst b/doc/source/admin/config-sriov.rst index 4d663fa784f..98e7e5624ea 100644 --- a/doc/source/admin/config-sriov.rst +++ b/doc/source/admin/config-sriov.rst @@ -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.