diff options
author | Dan Radez <dradez@redhat.com> | 2016-04-15 09:00:00 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-04-15 09:01:50 -0400 |
commit | eb8097bdc8854c50ec9f3fc14862a14be5287bb5 (patch) | |
tree | 1da790d5734f330936e657012682ce13ed991905 | |
parent | 1be1f756ad677b065ec5322a2b61374a9efea03a (diff) |
Restricting reusing undercloud. It does not work
This functionality is not being cherry-picked from master
because it will be replaced in master with a proper
redeployment functionality that is in process of being
tested.
Change-Id: I8603c94b79529620e73d32ae5014bbe8a60821ba
Signed-off-by: Dan Radez <dradez@redhat.com>
-rwxr-xr-x | ci/deploy.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 1d2655c6..417031bd 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -519,7 +519,8 @@ function setup_instack_vm { fi else - echo "Found Instack VM, using existing VM" + echo "\n\n${red}Found Undercloud VM, please run opnfv-clean to reset the deployment environment${reset}" + exit 1 fi # if the VM is not running update the authkeys and start it |