1. # (StrOpt) Type of network to allocate for tenant networks. The
  2. # default value 'local' is useful only for single-box testing and
  3. # provides no connectivity between hosts. You MUST either change this
  4. # to 'vlan' and configure network_vlan_ranges below or change this to
  5. # 'gre' or 'vxlan' and configure tunnel_id_ranges below in order for
  6. # tenant networks to provide connectivity between hosts. Set to 'none'
  7. # to disable creation of tenant networks.
  8. #
  9. # tenant_network_type = local
  10. # Example: tenant_network_type = gre
  11. # Example: tenant_network_type = vxlan