Merge "Remove code for cleanups"

This commit is contained in:
Zuul 2018-04-18 13:03:28 +00:00 committed by Gerrit Code Review
commit 7610463490

View File

@ -31,15 +31,6 @@
mode: "02755"
with_dict: "{{ octavia_services }}"
# TODO(mgariepy):
# Remove this in Pike as it only needed to handle upgrades
# from Newton->Newton and Newton->Ocata
- name: Cleanup old tmpfiles.d entry
file:
path: "/etc/tmpfiles.d/{{ item.value.service_name }}.conf"
state: absent
with_dict: "{{ octavia_services }}"
- name: Create tmpfiles.d entry
template:
src: "octavia-systemd-tmpfiles.j2"