[train-only] Make sure UpgradeLevelNovaCompute is empty string for upgrade

This value causes issues with live migration that will be
addressed later (see related launchpad bug).
    
This patch assigns the empty string value to the parameter
to make sure it doesn't have any other value assigned before
performing an upgrade.
    
Co-Authored-By: Jose Luis Franco Arza <jfrancoa@redhat.com>
Closes-Bug: rhbz#1849235
Related-Bug: rhbz#1851239
Related-Bug: #1871482

Change-Id: If5f8c3391efa9d283bcbbde388f6e1b8143f2db5
This commit is contained in:
Lukas Bezdicka 2020-06-22 17:14:09 +02:00 committed by Jesse Pretorius (odyssey4me)
parent 127a9820a0
commit 1495ced5c1
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@
# by the operator. Please use additional -e env.yaml.
parameter_defaults:
EnablePackageInstall: false
UpgradeLevelNovaCompute: ''
UpgradeInitCommonCommand: ''
UpgradeInitCommand: ''
# FFU params

View File

@ -9,7 +9,7 @@ resource_registry:
parameter_defaults:
EnablePackageInstall: true
UpgradeLevelNovaCompute: auto
UpgradeLevelNovaCompute: ''
UpgradeInitCommonCommand: |
#!/bin/bash
set -eu