Skip to content

Commit 6a4d547

Browse files
authored
Merge pull request #2577 from stackhpc/bugfix/l2vni-trunk
Disable l2vni trunk reconciliation
2 parents 8c58c85 + 7990f36 commit 6a4d547

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% if kolla_enable_ironic_neutron_agent | default(False) | bool %}
2+
[l2vni]
3+
enable_l2vni_trunk_reconciliation = False
4+
enable_l2vni_trunk_reconciliation_events = False
5+
{% endif %}

0 commit comments

Comments
 (0)