From 9e759c971d993e2f9034ec6068dd0ddf1faf2740 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Wed, 24 May 2017 23:54:55 +0000 Subject: Don't mount all of config-data /etc, /etc/httpd This change modifies these mounts to be more specific mounts based on the files which puppet actually modifies. The result is something a bit more self-documenting, and allows for trying other techniques for populating /etc other than directly mounting config-data directories. Change-Id: Ied1eab99d43afcd34c00af25b7e36e7e55ff88e6 --- docker/services/database/redis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/services/database/redis.yaml') diff --git a/docker/services/database/redis.yaml b/docker/services/database/redis.yaml index 9000aee9..9e84dd5f 100644 --- a/docker/services/database/redis.yaml +++ b/docker/services/database/redis.yaml @@ -93,7 +93,7 @@ outputs: volumes: - /run:/run - /var/lib/kolla/config_files/redis.json:/var/lib/kolla/config_files/config.json:ro - - /var/lib/config-data/redis/etc/:/etc/:ro + - /var/lib/config-data/redis/etc/redis.conf:/etc/redis.conf:ro - /etc/localtime:/etc/localtime:ro - /var/log/containers/redis:/var/log/redis environment: -- cgit 1.2.3-korg