Use geneve instead of vxlan when OVN is enabled
Change-Id: Id3e4e7ca285a94e7270eb4850c66e9094782f841
This commit is contained in:
parent
8d58ad0958
commit
0537dc47fa
@ -10,13 +10,13 @@ kolla_neutron_ml2_mechanism_drivers:
|
|||||||
kolla_neutron_ml2_type_drivers:
|
kolla_neutron_ml2_type_drivers:
|
||||||
- flat
|
- flat
|
||||||
- vlan
|
- vlan
|
||||||
- vxlan
|
- "{{ 'geneve' if kolla_enable_ovn | bool else 'vxlan' }}"
|
||||||
|
|
||||||
# List of Neutron ML2 tenant network types to use.
|
# List of Neutron ML2 tenant network types to use.
|
||||||
kolla_neutron_ml2_tenant_network_types:
|
kolla_neutron_ml2_tenant_network_types:
|
||||||
- flat
|
- flat
|
||||||
- vlan
|
- vlan
|
||||||
- vxlan
|
- "{{ 'geneve' if kolla_enable_ovn | bool else 'vxlan' }}"
|
||||||
|
|
||||||
# List of Neutron ML2 network VLAN ranges to use. Each item should be a dict
|
# List of Neutron ML2 network VLAN ranges to use. Each item should be a dict
|
||||||
# containing the following items:
|
# containing the following items:
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
Updates the default Neutron ML2 type drivers and tenant network types to
|
||||||
|
use ``geneve`` instead of ``vxlan`` when OVN is enabled. This affects the
|
||||||
|
``kolla_neutron_ml2_type_drivers`` and
|
||||||
|
``kolla_neutron_ml2_tenant_network_types`` variables.
|
Loading…
Reference in New Issue
Block a user