Fix retaging of ovn-dbs container during update.

The variable name was wrong, and the retaging was not taking place
leading to ovn dbs being stopped on the cluster after update.

Change-Id: I9f3502be850a48f2aaf018c7cde0fea253a1513a
Closes-Bug: #1839635
This commit is contained in:
Sofer Athlan-Guyot 2019-08-09 17:22:51 +02:00
parent 1da2a86623
commit e7c02f9d4a

View File

@ -251,8 +251,8 @@ outputs:
import_role:
name: tripleo-container-tag
vars:
container_image: "{{docker_image}}"
container_image_latest: "{{docker_image_latest}}"
container_image: "{{ovn_dbs_docker_image}}"
container_image_latest: "{{ovn_dbs_docker_image_latest}}"
# Got to check that pacemaker_is_active is working fine with bundle.
# TODO: pacemaker_is_active resource doesn't support bundle.
# When ovn-dbs-bundle support was added, we didn't tag the ovn-dbs image