Merge "Remove upgrade_tasks added during nova services flatten."

This commit is contained in:
Zuul 2019-02-09 10:31:15 +00:00 committed by Gerrit Code Review
commit 4bc7de4e44
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