Merge "Fix broken deploy of placement service"
This commit is contained in:
commit
0efb691f5d
@ -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]
|
||||
|
6
releasenotes/notes/bug-1948835-51b15ddbef04d307.yaml
Normal file
6
releasenotes/notes/bug-1948835-51b15ddbef04d307.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
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>`__
|
Loading…
x
Reference in New Issue
Block a user