From 5fdccce28ba271766b0e6f8c93f34024c4be9a4b Mon Sep 17 00:00:00 2001 From: Egon Rijpkema Date: Mon, 23 Jul 2018 14:28:51 +0200 Subject: [PATCH] Took some config from master branch, i whink we need.... --- nova_compute/write_conf.sh | 8 ++++++++ 1 file changed, 8 insertions(+) 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