docker/keystone: Bind mount entire fernet keys repository
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Thu, 16 Mar 2017 11:26:25 +0000 (13:26 +0200)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Mon, 27 Mar 2017 07:23:28 +0000 (07:23 +0000)
commit656828530f331e095ea986cc102d359d6d7f429b
treec31ac52369721743c8e1a1d990ea4c5cfec82a91
parent82db6ab608b29e455fb2036aeb36537148b97cf9
docker/keystone: Bind mount entire fernet keys repository

Previously only the first two intial fernet keys were mounted into the
container. This is not practical, however, as doing key rotation will
generate more entries in this repository. So instead we mount the whole
directory, which would allow us to do rotation in the base host and
seamlessly affect the container as well.

Change-Id: I7763a09e57fe6a7867ffd079ab0b9222374c38c8
docker/services/keystone.yaml