Merge "Fix a race when upgrading Neutron & Ironic on the undercloud"

This commit is contained in:
Zuul 2018-07-27 01:35:10 +00:00 committed by Gerrit Code Review
commit feb42d79bf

View File

@ -254,6 +254,8 @@ outputs:
- name: Stop and disable ironic_inspector dnsmasq service
service: name=openstack-ironic-inspector-dnsmasq state=stopped enabled=no
when: ironic_inspector_enabled|bool
- when: step|int == 3
block:
- name: Set fact for removal of openstack-ironic-inspector package
set_fact:
remove_ironic_inspector_package: {get_param: UpgradeRemoveUnusedPackages}