Merge "Retry applying OVN connection settings"

This commit is contained in:
Zuul 2023-09-06 12:34:16 +00:00 committed by Gerrit Code Review
commit 4abf3e9383
1 changed files with 4 additions and 0 deletions

View File

@ -95,6 +95,10 @@
- ovn_northd_opts.changed
loop_control:
loop_var: cmd
register: _ovn_connection_settings
until: _ovn_connection_settings is success
retries: 5
delay: 2
tags:
- neutron_ovn-config