From 91a8f2b1920c1a953ee5d98445ae8dd9398a7b18 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 23 May 2019 17:49:59 -0400 Subject: [PATCH] Remove remaining nova-consoleauth tasks Change I14b4870fd652d33a22c0d8480d847570ace8a3a3 in Stein stopped using the nova-consoleauth service. This change removes the remaining tasks that were marked to be removed in Train. Change-Id: If946ddc84ee120c402b4b4c481425a4a8cf13c5e --- tasks/main.yml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index c60fe913..362e762f 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -170,31 +170,6 @@ - nova-config - systemd-service -# NOTE(mnaser): Remove this task in Train -- name: Disable deprecated nova-consoleauth service - service: - name: nova-consoleauth - state: stopped - enabled: false - failed_when: false - -# NOTE(mnaser): Remove this task in Train -- name: Remove unit files for deprecated nova-consoleauth service - file: - path: "{{ item }}" - state: absent - with_items: - - /etc/systemd/system/nova-consoleauth.service - - /etc/tmpfiles.d/openstack-nova-consoleauth.conf - register: _remove_consoleauth - -# NOTE(mnaser): Remove this task in Train -- name: Reload systemd for removed units - systemd: - daemon_reload: yes - when: - - _remove_consoleauth is changed - - import_tasks: nova_compute.yml when: - "nova_services['nova-compute']['group'] in group_names"