Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. [ml2]
  2.  
  3. type_drivers = flat
  4. tenant_network_types = vlan
  5. mechanism_drivers = openvswitch,l2population
  6.  
  7.  
  8. [ml2_type_vlan]
  9. # (ListOpt) List of <physical_network>[:<vlan_min>:<vlan_max>] tuples
  10. # specifying physical_network names usable for VLAN provider and
  11. # tenant networks, as well as ranges of VLAN tags on each
  12. # physical_network available for allocation as tenant networks.
  13. #
  14. # network_vlan_ranges =
  15. # Example: network_vlan_ranges = physnet1:1000:2999,physnet2
  16.  
  17. network_vlan_ranges = vlan:2001:2001
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement