Merge "Remove precheck for nova_enable_rolling_upgrade"
This commit is contained in:
commit
db228d1ad2
@ -33,11 +33,3 @@
|
|||||||
- container_facts['nova_api'] is not defined
|
- container_facts['nova_api'] is not defined
|
||||||
- inventory_hostname in groups[nova_api.group]
|
- inventory_hostname in groups[nova_api.group]
|
||||||
- nova_api.enabled | bool
|
- 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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user