From bce2fb5857b3ff400be0e0bed6b5b5baaa02ae39 Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Tue, 26 Sep 2017 10:19:47 +0200 Subject: Fix permissions for dockerized horizon Horizon needs write access to its log file and read permissions for all of its configuration files. The code that was supposed to set the permissions did it in the wrong directory. Closes-Bug: #1719590 Co-Authored-By: Martin Andre Change-Id: I0c125fac38cd186f98b9bc69bcc570f669eb6de1 (cherry picked from commit 960d7ff1025a568343aa5ae5ef95386306de8cab) --- docker/services/horizon.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/services') diff --git a/docker/services/horizon.yaml b/docker/services/horizon.yaml index d6ffb6dc..2c7d7a74 100644 --- a/docker/services/horizon.yaml +++ b/docker/services/horizon.yaml @@ -113,7 +113,7 @@ outputs: volumes: - /var/log/containers/horizon:/var/log/horizon - /var/log/containers/httpd/horizon:/var/log/httpd - - /var/lib/config-data/horizon/etc/:/etc/ + - /var/lib/config-data/puppet-generated/horizon/etc/openstack-dashboard:/etc/openstack-dashboard step_3: horizon: image: *horizon_image -- cgit 1.2.3-korg