diff --git a/nova_compute/write_conf.sh b/nova_compute/write_conf.sh index c7f9189..06d9b39 100755 --- a/nova_compute/write_conf.sh +++ b/nova_compute/write_conf.sh @@ -199,6 +199,7 @@ allow_overlapping_ips = True transport_url = rabbit://$RABBIT_USER:$RABBIT_PASSWORD@$RABBIT_HOST auth_strategy = keystone core_plugin = ml2 +global_physnet_mtu = $GLOBAL_PHYSNET_MTU [keystone_authtoken] auth_uri = http://$KEYSTONE_HOST:5000 @@ -273,6 +274,13 @@ EOF cat << EOF > /etc/neutron/plugins/ml2/linuxbridge_agent.ini +[linux_bridge] +physical_interface_mappings = $PHYSICAL_INTERFACE_MAPPINGS + +[securitygroup] +enable_security_group = true +firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver + [vxlan] enable_vxlan = True l2_population = True