From 787f5d1b80d079fdb20658c9c2926f4c087588e1 Mon Sep 17 00:00:00 2001 From: Ryan Hallisey Date: Thu, 12 Mar 2015 13:04:55 -0400 Subject: [PATCH] Add keystone docker-compose file. To follow the model of container sets, net will be set to host so that containers will not need to be linked together. All enviroment variables will come from 'openstack.env'. Co-authored-by: Ian Main Change-Id: Ifdb0f146ff82c0fedb09255f6e1955ecdc435444 --- compose/keystone.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 compose/keystone.yml diff --git a/compose/keystone.yml b/compose/keystone.yml new file mode 100644 index 0000000000..c7a2671bc6 --- /dev/null +++ b/compose/keystone.yml @@ -0,0 +1,6 @@ +keystone: + image: kollaglue/centos-rdo-keystone + name: keystone + net: "host" + env_file: + - openstack.env