Unset UpgradeRemoveUnusedPackages on converge.

There is an option to remove package, if the service is being
disabled during upgrade. This option should be unset when running
'overcloud upgrade converge'.

Change-Id: I7bad96be0c3dfc1e605efe9d504249dc9045d71d
(cherry picked from commit 5df1d9d904)
This commit is contained in:
Yurii Prokulevych 2018-05-30 11:00:13 +02:00
parent 8824e7abcd
commit b5c0b9b863
1 changed files with 1 additions and 0 deletions

View File

@ -9,3 +9,4 @@ parameter_defaults:
UpgradeLevelNovaCompute: ''
UpgradeInitCommonCommand: ''
UpgradeInitCommand: ''
UpgradeRemoveUnusedPackages: false