Skip to content
Snippets Groups Projects
Commit 0efb691f authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix broken deploy of placement service"

parents e217fcb6 0202def4
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@
become: true
template:
src: "{{ placement_policy_file_path }}"
dest: "{{ placement_config_directory }}/{{ item.key }}/{{ placement_policy_file }}"
dest: "{{ node_config_directory }}/{{ item.key }}/{{ placement_policy_file }}"
mode: "0660"
when:
- inventory_hostname in groups[item.value.group]
......
---
fixes:
- |
Fixes an error in placement role which prevents to deploy the placement
service when custom policy file is used.
`LP#1948835 <https://bugs.launchpad.net/kolla-ansible/+bug/1948835>`__
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