One notify in tacker is not correct
Bug #1700007 reported by
zhongshengping
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-ansible |
Fix Released
|
Medium
|
zhongshengping | ||
Ocata |
New
|
Undecided
|
Unassigned | ||
Pike |
Fix Released
|
Medium
|
zhongshengping |
Bug Description
There is a notify "Restart tacker containers" in `roles/
```
- name: Copying over existing policy.json
template:
src: "{{ node_custom_config }}/tacker/
dest: "{{ node_config_
register: tacker_policy_jsons
when:
- inventory_hostname in groups[
- item.value.enabled | bool
- tacker_
with_dict: "{{ tacker_services }}"
notify:
- Restart tacker containers
```
But no handler named "Restart tacker containers" is defined, so when user use a custom policy file for tacker, the deployment will be failed.
Changed in kolla-ansible: | |
assignee: | nobody → zhongshengping (chdzsp) |
Changed in kolla-ansible: | |
importance: | Undecided → Medium |
milestone: | none → pike-3 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/476807
Review: https:/