Fixes horizon reconfigure for adding custom *_policy.json files
Change-Id: I2d9fca7d4272c69c75b106ac4cea244a371d3b5f Closes-bug: #1707163
This commit is contained in:
parent
e9c4a5877d
commit
141dbc8f14
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user