diff options
author | Zuul <zuul@review.openstack.org> | 2017-11-10 03:56:49 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-11-10 03:56:49 +0000 |
commit | 690b938c58af1446bd27c34b17fa45e865241e99 (patch) | |
tree | f8a47e3918950ccdf2064bb59bb513917f9da4bb | |
parent | 56284a6dfb89ca01aee38aa4fa0a0a325774a5ab (diff) | |
parent | efcd879b863d0e597f0b10b5df7ec74690aa23e5 (diff) |
Merge "Fix rights to local_settings.d for dockerized Horizon" into stable/pike
-rw-r--r-- | docker/services/horizon.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/services/horizon.yaml b/docker/services/horizon.yaml index 94fd9eef..44a76d36 100644 --- a/docker/services/horizon.yaml +++ b/docker/services/horizon.yaml @@ -105,6 +105,10 @@ outputs: - path: /usr/share/openstack-dashboard/openstack_dashboard/local/ owner: apache:apache recurse: false + # FIXME Our theme settings are there + - path: /usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.d/ + owner: apache:apache + recurse: false docker_config: step_2: horizon_fix_perms: |