Remove --update-plan-only from UPGRADE converge.

In [0] the default behavior for the upgrade converge is
running only an stack update, not a full re-deployment.
Therefore, there is no need for the flag tripleo_upgrade
_converge_plan_only any more.

[0] - I6148511eb6ad1e3798a7bf40c721824830c7073d
Depends-On: I6148511eb6ad1e3798a7bf40c721824830c7073d
Change-Id: I3de53d49cc8dc7dab6898c784fd264d1aef3a3d0
This commit is contained in:
Jose Luis Franco Arza
2020-05-29 08:19:03 +02:00
committed by Jose Luis Franco
parent 3fb8fe1912
commit bca0fede37

View File

@@ -36,9 +36,6 @@ openstack overcloud upgrade converge \
{% if tripleo_upgrade_validations_non_fatal|bool -%}
--validation-errors-nonfatal \
{% endif -%}
{% if tripleo_upgrade_converge_plan_only|bool or ffu_overcloud_upgrade|bool -%}
--stack-only \
{% endif -%}
--templates {{ tht_directory }} \
--stack {{ overcloud_stack_name }} \
{% if splitstack_deployment|bool -%}