Merge "Fix stevedore warning with neutron firewall_driver"
This commit is contained in:
commit
e8f776cda0
@ -83,10 +83,10 @@ function _neutron_ovs_base_configure_debug_command {
|
||||
|
||||
function _neutron_ovs_base_configure_firewall_driver {
|
||||
if [[ "$Q_USE_SECGROUP" == "True" ]]; then
|
||||
iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
|
||||
iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver iptables_hybrid
|
||||
enable_kernel_bridge_firewall
|
||||
else
|
||||
iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver neutron.agent.firewall.NoopFirewallDriver
|
||||
iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver noop
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user