Merge "Remove precheck for nova_enable_rolling_upgrade"

This commit is contained in:
Zuul 2019-11-15 12:17:10 +00:00 committed by Gerrit Code Review
commit db228d1ad2
1 changed files with 0 additions and 8 deletions

View File

@ -33,11 +33,3 @@
- container_facts['nova_api'] is not defined
- inventory_hostname in groups[nova_api.group]
- nova_api.enabled | bool
# TODO(mgoddard): Remove this task in the Ussuri cycle.
- name: Check that legacy upgrade is not enabled
fail:
msg: >
Legacy upgrade support has been removed. 'nova_enable_rolling_upgrade'
should no longer be set.
when: not nova_enable_rolling_upgrade | default(true) | bool