Merge "Fix retaging of ovn-dbs container during update." into stable/stein

This commit is contained in:
Zuul 2019-08-14 12:32:32 +00:00 committed by Gerrit Code Review
commit e018bab3ba
1 changed files with 2 additions and 2 deletions

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