Advertisement
dcapone2004

Untitled

Jun 1st, 2020
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. [ml2]
  2. type_drivers = flat,vlan,vxlan
  3. tenant_network_types = vlan,vxlan
  4. mechanism_drivers = openvswitch,l2population
  5. extension_drivers = port_security
  6.  
  7. [ml2_type_vlan]
  8. network_vlan_ranges = physnet1:800:900
  9.  
  10. [ml2_type_flat]
  11. flat_networks = physnet1
  12.  
  13. [ml2_type_vxlan]
  14. vni_ranges = 1:1000
  15.  
  16. [securitygroup]
  17. firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
  18.  
  19. [agent]
  20. tunnel_types = vxlan
  21. l2_population = true
  22. arp_responder = true
  23.  
  24. [ovs]
  25. bridge_mappings = physnet1:br-ex
  26. datapath_type = system
  27. ovsdb_connection = tcp:127.0.0.1:6640
  28. local_ip = 172.16.231.82
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement