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
This commit is contained in:
Daneyon Hansen 2015-05-07 00:17:35 +00:00
parent 76bd9e1ab8
commit bd0fd9502e

View File

@ -1,5 +1,5 @@
keystone:
image: kollaglue/centos-rdo-keystone:juno
image: kollaglue/centos-rdo-keystone:kilo
name: keystone
restart: always
net: "host"