Remove legacy policy.json cleanup handler

Change-Id: Ie2bc614e675de22eb7c7829efd638673f285e626
This commit is contained in:
Jonathan Rosser 2022-02-02 04:09:47 -05:00
parent 859de5f930
commit 4d08168065
1 changed files with 0 additions and 9 deletions

View File

@ -27,15 +27,6 @@
- "Restart designate services"
- "venv changed"
# NOTE (noonedeadpunk): Remove this task after Xena release
- name: Remove obsoleted policy.json
file:
path: "/etc/designate/policy.json"
state: absent
listen:
- "Restart designate services"
- "venv changed"
- name: Perform Designate pools update
command: "{{ designate_bin }}/designate-manage pool update --file /etc/designate/pools.yaml"
become: yes