From aa8900a2a846bc4b9d0c6ea151fee2603a250037 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Sat, 14 Apr 2018 11:48:02 -0400 Subject: [PATCH] Remove code for cleanups This code was meant to be removed back in the Pike cycle. It is no longer needed. Change-Id: I001d4e10f6860e5d4b8d575ef539a8c3e0f32670 --- tasks/octavia_init_systemd.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tasks/octavia_init_systemd.yml b/tasks/octavia_init_systemd.yml index 39ea2415..e9057e0e 100644 --- a/tasks/octavia_init_systemd.yml +++ b/tasks/octavia_init_systemd.yml @@ -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"