Remove upgrade_tasks added during nova services flatten.

The check and stop for systemd services during upgrade tasks was
removed in [0], however the task to stop them was re-included by
mistake.

[0] - e4ee042a2a
Closes-Bug: #1815170

Change-Id: I62c9c0a01ab723347e724c46b9b7be78ec6213c0
This commit is contained in:
Jose Luis Franco Arza 2019-02-08 08:20:24 +01:00
parent bd48c535a8
commit a40a4927bf
3 changed files with 0 additions and 9 deletions

View File

@ -157,9 +157,6 @@ outputs:
persistent: yes
state: yes
upgrade_tasks:
- name: Stop nova_consoleauth service
when: step|int == 1
service: name=openstack-nova-consoleauth state=stopped
- when: step|int == 3
block:
- name: Set fact for removal of openstack-nova-console package

View File

@ -199,9 +199,6 @@ outputs:
persistent: yes
state: yes
upgrade_tasks:
- name: Stop openstack-nova-compute service
when: step|int == 1
service: name=openstack-nova-compute state=stopped enabled=no
- when: step|int == 3
block:
- name: Set fact for removal of openstack-nova-compute package

View File

@ -282,9 +282,6 @@ outputs:
- null
host_prep_tasks: {get_attr: [NovaLogging, host_prep_tasks]}
upgrade_tasks:
- name: Stop nova_vnc_proxy service
when: step|int == 1
service: name=openstack-nova-consoleauth state=stopped
- when: step|int == 3
block:
- name: Set fact for removal of openstack-nova-novncproxy package