Merge "Correct ovn-dbs upgrade image id variable" into stable/train

This commit is contained in:
Zuul 2019-10-31 15:41:03 +00:00 committed by Gerrit Code Review
commit 50fe983a9a
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ outputs:
- name: Remove previous ovn-dbs images
shell: "{{container_cli}} rmi -f {{old_ovn_dbs_image_id.stdout}}"
when:
- ovn_dbs_image_id.stdout != ''
- old_ovn_dbs_image_id.stdout != ''
- old_ovn_dbs_image_id.stdout != new_ovn_dbs_image_id.stdout
# We remove any leftover error and remove the ban.
- name: Ensure the cluster converge back even in case of schema change