Merge "Fix typo in devstack script"

This commit is contained in:
Jenkins 2016-03-31 14:31:02 +00:00 committed by Gerrit Code Review
commit 4482eaa59b

View File

@ -960,7 +960,7 @@ function upload_baremetal_ironic_deploy {
-o $TOP_DIR/files/ir-deploy-$IRONIC_DEPLOY_DRIVER -o $TOP_DIR/files/ir-deploy-$IRONIC_DEPLOY_DRIVER
fi fi
else else
die $LINENO "Deploy kernel+ramdisk files don't exist and cannot be build in OFFLINE mode" die $LINENO "Deploy kernel+ramdisk files don't exist and cannot be built in OFFLINE mode"
fi fi
else else
if is_deployed_with_ipa_ramdisk; then if is_deployed_with_ipa_ramdisk; then