Fixes horizon reconfigure for adding custom *_policy.json files

Change-Id: I2d9fca7d4272c69c75b106ac4cea244a371d3b5f
Closes-bug: #1707163
This commit is contained in:
Michal Nasiadka 2017-07-28 13:05:33 +02:00
parent e9c4a5877d
commit 141dbc8f14
1 changed files with 1 additions and 1 deletions

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",