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:
parent
53d7e3b6fa
commit
787f5d1b80
6
compose/keystone.yml
Normal file
6
compose/keystone.yml
Normal file
@ -0,0 +1,6 @@
|
||||
keystone:
|
||||
image: kollaglue/centos-rdo-keystone
|
||||
name: keystone
|
||||
net: "host"
|
||||
env_file:
|
||||
- openstack.env
|
Loading…
x
Reference in New Issue
Block a user