diff options
author | Zuul <zuul@review.openstack.org> | 2017-11-08 12:26:17 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-11-08 12:26:17 +0000 |
commit | a158a257216790d6e295bf81d7a7d99472e45bf7 (patch) | |
tree | 878d55d6513366e211f7e53411705cdd3a1b43d7 | |
parent | 6ae90da66d6125be58651e680f1fb603134087fe (diff) | |
parent | e3e0f84c49510afd6da1707bfd9460513a5aee89 (diff) |
Merge "Fix /etc/openstack-dashboard/ permissions for access to *policy.json" into stable/pike
-rw-r--r-- | docker/services/horizon.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/services/horizon.yaml b/docker/services/horizon.yaml index 2c7d7a74..94fd9eef 100644 --- a/docker/services/horizon.yaml +++ b/docker/services/horizon.yaml @@ -95,6 +95,12 @@ outputs: - path: /var/log/horizon/ owner: apache:apache recurse: true + # NOTE The upstream Kolla Dockerfile sets /etc/openstack-dashboard/ ownership to + # horizon:horizon - the policy.json files need read permissions for the apache user + # FIXME We should consider whether this should be fixed in the Kolla Dockerfile instead + - path: /etc/openstack-dashboard/ + owner: apache:apache + recurse: true # FIXME Apache tries to write a .lock file there - path: /usr/share/openstack-dashboard/openstack_dashboard/local/ owner: apache:apache |