diff options
author | Dan Radez <dradez@redhat.com> | 2016-04-19 14:38:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-04-19 14:38:53 +0000 |
commit | 9c61a258f48ab463bde4b06045b49a64de1d6336 (patch) | |
tree | 7cf384a96dce090ae3165d871b3cffbfdfe23930 /ci/deploy.sh | |
parent | 47974467190de09e70eda9142443c43e05f4631f (diff) | |
parent | eb8097bdc8854c50ec9f3fc14862a14be5287bb5 (diff) |
Merge "Restricting reusing undercloud. It does not work" into stable/brahmaputra
Diffstat (limited to 'ci/deploy.sh')
-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 2c8455d0..13f9382f 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 |