summaryrefslogtreecommitdiff
path: root/osconf/neutron/ml2_conf.ini-compute
diff options
context:
space:
mode:
Diffstat (limited to 'osconf/neutron/ml2_conf.ini-compute')
-rw-r--r--osconf/neutron/ml2_conf.ini-compute23
1 files changed, 23 insertions, 0 deletions
diff --git a/osconf/neutron/ml2_conf.ini-compute b/osconf/neutron/ml2_conf.ini-compute
new file mode 100644
index 00000000..e1d1b623
--- /dev/null
+++ b/osconf/neutron/ml2_conf.ini-compute
@@ -0,0 +1,23 @@
+[ml2]
+type_drivers = flat,gre
+tenant_network_types = gre
+mechanism_drivers = openvswitch
+
+[ml2_type_flat]
+flat_networks = External
+
+[ml2_type_gre]
+tunnel_id_ranges = 1:1000
+
+[securitygroup]
+firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
+enable_security_group = True
+enable_ipset = True
+
+[ovs]
+local_ip = {{ MANAGEMENT_INTERFACE_IP_ADDRESS }}
+enable_tunneling = True
+bridge_mappings=External:br-ex,Physnet1:br-eth1
+
+[agent]
+tunnel_types = gre