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 <imain@redhat.com>

Change-Id: Ifdb0f146ff82c0fedb09255f6e1955ecdc435444
This commit is contained in:
Ryan Hallisey 2015-03-12 13:04:55 -04:00
parent 53d7e3b6fa
commit 787f5d1b80

6
compose/keystone.yml Normal file
View File

@ -0,0 +1,6 @@
keystone:
image: kollaglue/centos-rdo-keystone
name: keystone
net: "host"
env_file:
- openstack.env