From bd0fd9502e0efa8abecf9203ee04e92075bf8b78 Mon Sep 17 00:00:00 2001 From: Daneyon Hansen Date: Thu, 7 May 2015 00:17:35 +0000 Subject: [PATCH] Add kilo tag to keystone compose file Previously, the keystone compose yml was referencing juno instead of kilo when all other services are using kilo. This patch upates the yml to use the keystone image with the kilo tag. Change-Id: Ib4f551ad303bd44f0a5c45fc9d5f7d53f376caf7 --- compose/keystone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/keystone.yml b/compose/keystone.yml index 60156d23f5..7c61a677f3 100644 --- a/compose/keystone.yml +++ b/compose/keystone.yml @@ -1,5 +1,5 @@ keystone: - image: kollaglue/centos-rdo-keystone:juno + image: kollaglue/centos-rdo-keystone:kilo name: keystone restart: always net: "host"