File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -220,8 +220,8 @@ function configure_neutron_new {
220220 if [[ $NEUTRON_AGENT == " linuxbridge" ]]; then
221221 iniset $NEUTRON_CORE_PLUGIN_CONF securitygroup firewall_driver iptables
222222 iniset $NEUTRON_CORE_PLUGIN_CONF vxlan local_ip $HOST_IP
223- else
224- iniset $NEUTRON_CORE_PLUGIN_CONF securitygroup firewall_driver iptables_hybrid
223+ elif [[ $NEUTRON_AGENT == " openvswitch " ]] ; then
224+ iniset $NEUTRON_CORE_PLUGIN_CONF securitygroup firewall_driver openvswitch
225225 iniset $NEUTRON_CORE_PLUGIN_CONF ovs local_ip $HOST_IP
226226
227227 if [[ " $NEUTRON_DISTRIBUTED_ROUTING " = " True" ]]; then
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ function _neutron_ovs_base_install_agent_packages {
8686
8787function _neutron_ovs_base_configure_firewall_driver {
8888 if [[ " $Q_USE_SECGROUP " == " True" ]]; then
89- iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver iptables_hybrid
89+ iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver openvswitch
9090 if ! running_in_container; then
9191 enable_kernel_bridge_firewall
9292 fi
You can’t perform that action at this time.
0 commit comments