Merge lp:~james-page/charms/trusty/neutron-api/ml2-local-types [a=james-page] [r=tribaal]
Add local network driver type to defaults.
This commit is contained in:
commit
52f549a7ba
@ -8,8 +8,8 @@
|
||||
type_drivers = local,flat
|
||||
mechanism_drivers = calico
|
||||
{% else -%}
|
||||
type_drivers = {{ overlay_network_type }},vlan,flat
|
||||
tenant_network_types = {{ overlay_network_type }},vlan,flat
|
||||
type_drivers = {{ overlay_network_type }},vlan,flat,local
|
||||
tenant_network_types = {{ overlay_network_type }},vlan,flat,local
|
||||
mechanism_drivers = openvswitch,hyperv,l2population
|
||||
|
||||
[ml2_type_gre]
|
||||
|
@ -8,8 +8,8 @@
|
||||
type_drivers = local,flat
|
||||
mechanism_drivers = calico
|
||||
{% else -%}
|
||||
type_drivers = {{ overlay_network_type }},vlan,flat
|
||||
tenant_network_types = {{ overlay_network_type }},vlan,flat
|
||||
type_drivers = {{ overlay_network_type }},vlan,flat,local
|
||||
tenant_network_types = {{ overlay_network_type }},vlan,flat,local
|
||||
mechanism_drivers = openvswitch,l2population
|
||||
|
||||
[ml2_type_gre]
|
||||
|
Loading…
x
Reference in New Issue
Block a user