Remove kolla_config copy from keystone service.
authorIan Main <imain@redhat.com>
Mon, 20 Mar 2017 20:27:06 +0000 (16:27 -0400)
committerMartin André <m.andre@redhat.com>
Mon, 27 Mar 2017 15:49:40 +0000 (17:49 +0200)
commit332e8ec10345ad5c8bf10a532f6f6003da682b68
tree54200a56be61a0a5ec3a5123f6a77876ca337600
parent4bd2a9d959a3d745e94224c32e8c9ea5de69f859
Remove kolla_config copy from keystone service.

Simplify the config of the keystone service by mounting in the
configurations instead of specifying them all in kolla config.

This is change is useful to limit the side effects of generating the
config files and running the container is two separate steps as config
directories are now bind-mounted inside the container instead of having
files being copied to the container. We've seen examples of Apache's
mod_ssl configuration file present on the container preventing it to
start when puppet configured apache not to load the ssl module (in case
TLS is disabled).

Co-Authored-By: Martin André <m.andre@redhat.com>
Change-Id: Ie33ffc7c2b1acf3e4e505d38efb104bf013f2ce6
docker/services/keystone.yaml