From 102c1ff1c6eee551af1c5984cba1b71656583610 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Mon, 17 Feb 2014 21:58:10 +0100 Subject: [PATCH] Fix wrong command to define neutron firewall class The firewall_driver option in the OVS configuration file was not properly defined for rpm based distributions: the key word was missing in the openstack-config command, and the section name was incorrect. Change-Id: I5346b3ddb39ae961437f0b675043130a8a5dcb5f Closes-Bug: #1281177 backport: none --- doc/install-guide/section_neutron-install.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install-guide/section_neutron-install.xml b/doc/install-guide/section_neutron-install.xml index 34f0c77979..622a07743e 100644 --- a/doc/install-guide/section_neutron-install.xml +++ b/doc/install-guide/section_neutron-install.xml @@ -1004,7 +1004,7 @@ security_group_api=neutron # Firewall driver for realizing neutron security group function. firewall_driver=neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver # openstack-config --set \ - /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini security_group \ + /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini securitygroup firewall_driver \ neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver