Merge "Fix firewall_driver examples in docs"
This commit is contained in:
commit
a730f8bf02
@ -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``:
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user