Merge "Fixes horizon reconfigure for adding custom *_policy.json files"

This commit is contained in:
Jenkins 2017-07-30 02:25:09 +00:00 committed by Gerrit Code Review
commit 8f58211319

View File

@ -38,7 +38,7 @@
},
{% for service, enabled in services if enabled | bool %}
{
"source": "{{ container_config_directory }}/horizon/{{ service }}_policy.json",
"source": "{{ container_config_directory }}/{{ service }}_policy.json",
"dest": "/etc/openstack-dashboard/{{ service }}_policy.json",
"owner": "horizon",
"perm": "0600",