Merge "[ovn] Don't add conntrack entries for Geneve" into stable/train

This commit is contained in:
Zuul 2023-03-17 20:01:57 +00:00 committed by Gerrit Code Review
commit f1322eb62c
1 changed files with 2 additions and 0 deletions

View File

@ -233,6 +233,7 @@ outputs:
chain: 'OUTPUT'
jump: 'NOTRACK'
action: 'append'
state: ['INVALID']
'121 neutron geneve networks no conntrack':
proto: 'udp'
dport: 6081
@ -240,6 +241,7 @@ outputs:
chain: 'PREROUTING'
jump: 'NOTRACK'
action: 'append'
state: ['INVALID']
- if:
- force_config_drive
- nova::compute::force_config_drive: true