From 6a15e5605760b0332e86fbdfbfe7dbe4c657ff67 Mon Sep 17 00:00:00 2001 From: Martin André Date: Wed, 19 Apr 2017 14:56:59 +0200 Subject: 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 --- docker/services/nova-placement.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/services/nova-placement.yaml') 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: {} -- cgit 1.2.3-korg