Remove code for cleanups

This code was meant to be removed back in the Pike cycle.  It is
no longer needed.

Change-Id: I001d4e10f6860e5d4b8d575ef539a8c3e0f32670
This commit is contained in:
Mohammed Naser 2018-04-14 11:48:02 -04:00
parent 26d195434a
commit aa8900a2a8

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"