From: Martin André Date: Wed, 19 Apr 2017 12:56:59 +0000 (+0200) Subject: Add missing tag to nova-placement docker image X-Git-Tag: opnfv-6.0.0~718^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=6a15e5605760b0332e86fbdfbfe7dbe4c657ff67;p=apex-tripleo-heat-templates.git Add missing tag to nova-placement docker image This is not really an issue, but this is now consistent with other images and is generally nicer to people with OCD. Also, this helps generating a consistent overcloud_containers.yaml from parsing the heat templates. Change-Id: I24b41dea51d2a8e862f43e9092c94ba07431af4a --- diff --git a/docker/services/nova-placement.yaml b/docker/services/nova-placement.yaml index 0c595dc2..ac31d6c9 100644 --- a/docker/services/nova-placement.yaml +++ b/docker/services/nova-placement.yaml @@ -10,7 +10,7 @@ parameters: type: string DockerNovaPlacementImage: description: image - default: 'centos-binary-nova-placement-api' + default: 'centos-binary-nova-placement-api:latest' type: string EndpointMap: default: {}