Skip to content
Snippets Groups Projects
Commit 7ae3f843 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Use geneve instead of vxlan when OVN is enabled"

parents 71074f57 0537dc47
No related branches found
No related tags found
No related merge requests found
......@@ -10,13 +10,13 @@ kolla_neutron_ml2_mechanism_drivers:
kolla_neutron_ml2_type_drivers:
- flat
- vlan
- vxlan
- "{{ 'geneve' if kolla_enable_ovn | bool else 'vxlan' }}"
# List of Neutron ML2 tenant network types to use.
kolla_neutron_ml2_tenant_network_types:
- flat
- 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
# containing the following items:
......
---
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment