Skip to content

Instantly share code, notes, and snippets.

@foexle
Created June 17, 2014 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save foexle/e1f02066d6a9cff306f4 to your computer and use it in GitHub Desktop.
Save foexle/e1f02066d6a9cff306f4 to your computer and use it in GitHub Desktop.
[ml2]
type_drivers = gre
tenant_network_types = gre
mechanism_drivers = openvswitch
[ml2_type_flat]
[ml2_type_vlan]
[ml2_type_gre]
tunnel_id_ranges = 1:1000
[ml2_type_vxlan]
[ovs]
local_ip = 100.20.20.2
tunnel_types = gre
enable_tunneling = True
tun_peer_patch_port = patch-int
integration_bridge = br-int
tunnel_bridge = br-tun
ovs_integration_bridge = br-int
[agent]
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
tunnel_types = gre
enable_tunneling = True
tun_peer_patch_port = patch-int
integration_bridge = br-int
tunnel_bridge = br-tun
ovs_integration_bridge = br-int
[securitygroup]
enable_security_group = True
firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment