Fix bashate errors in grenade plugin
Fixes one bashate error in devstack/upgrade/upgrade.sh. Change-Id: I347e39cd8055811d2ac22ed744b1d9e9f3ca37fa
This commit is contained in:
parent
49e273b1a5
commit
f047ea0f7e
@ -49,8 +49,8 @@ set -o xtrace
|
|||||||
|
|
||||||
function is_nova_migration {
|
function is_nova_migration {
|
||||||
# Deterine whether we're "upgrading" from another compute driver
|
# Deterine whether we're "upgrading" from another compute driver
|
||||||
local old_driver=$(source $BASE_DEVSTACK_DIR/functions; source $BASE_DEVSTACK_DIR/localrc; echo $VIRT_DRIVER)
|
_ironic_old_driver=$(source $BASE_DEVSTACK_DIR/functions; source $BASE_DEVSTACK_DIR/localrc; echo $VIRT_DRIVER)
|
||||||
[ "$old_driver" != "ironic" ]
|
[ "$_ironic_old_driver" != "ironic" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
# Duplicate all required devstack setup that is needed before starting
|
# Duplicate all required devstack setup that is needed before starting
|
||||||
|
Loading…
Reference in New Issue
Block a user