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

This commit is contained in:
Zuul 2022-08-02 03:33:12 +00:00 committed by Gerrit Code Review
commit 25f75fa6ed
1 changed files with 14 additions and 0 deletions

View File

@ -211,6 +211,20 @@ outputs:
'119 neutron geneve networks': '119 neutron geneve networks':
proto: 'udp' proto: 'udp'
dport: 6081 dport: 6081
'120 neutron geneve networks no conntrack':
proto: 'udp'
dport: 6081
table: 'raw'
chain: 'OUTPUT'
jump: 'NOTRACK'
action: 'append'
'121 neutron geneve networks no conntrack':
proto: 'udp'
dport: 6081
table: 'raw'
chain: 'PREROUTING'
jump: 'NOTRACK'
action: 'append'
- if: - if:
- force_config_drive - force_config_drive
- nova::compute::force_config_drive: true - nova::compute::force_config_drive: true