summaryrefslogtreecommitdiffstats
path: root/ci/common
diff options
context:
space:
mode:
authorIan Main <imain@redhat.com>2017-03-20 16:27:06 -0400
committerMartin André <m.andre@redhat.com>2017-03-27 17:49:40 +0200
commit332e8ec10345ad5c8bf10a532f6f6003da682b68 (patch)
tree54200a56be61a0a5ec3a5123f6a77876ca337600 /ci/common
parent4bd2a9d959a3d745e94224c32e8c9ea5de69f859 (diff)
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
Diffstat (limited to 'ci/common')
0 files changed, 0 insertions, 0 deletions
>164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201