Skip to content
Snippets Groups Projects
Commit 39cb42ec authored by Joshua Harlow's avatar Joshua Harlow
Browse files

Glance policy copy is not using correct name

This is currently using the full path for the destination
which doesn't appear to be what is wanted; instead the
actual file name should be used.

Closes-Bug: 1757532

Change-Id: If85e98097a0d0e0b55d0b2993185c8591e6dd10e
parent e66cb5d4
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
- name: Copying over existing policy file - name: Copying over existing policy file
template: template:
src: "{{ glance_policy_file_path }}" src: "{{ glance_policy_file_path }}"
dest: "{{ node_config_directory }}/{{ item.key }}/{{ glance_policy_file_path }}" dest: "{{ node_config_directory }}/{{ item.key }}/{{ glance_policy_file }}"
mode: "0660" mode: "0660"
become: true become: true
register: glance_policy_overwriting register: glance_policy_overwriting
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment