diff options
author | Cristina Pauna <cristina.pauna@enea.com> | 2019-05-06 14:00:30 +0300 |
---|---|---|
committer | Cristina Pauna <cristina.pauna@enea.com> | 2019-05-07 11:24:30 +0300 |
commit | 49a76166350de5763448cbabc0bc4e3d96044966 (patch) | |
tree | 366d58afecea03d54cda778248460fc93e4ddd4d /ci/deploy.sh | |
parent | 7522bdb0e898144da2b6dc361dbdd549b39bc025 (diff) |
[docs] Update documentation for Hunter
Updated the documentation for the Hunter release plus one minor
change of wording in the deploy script as we no longer install
just Openstack
Change-Id: I853f5536b0f4a89a8c20af0a9650372690ef7c99
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 629f66b89..8515d5c21 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -16,9 +16,9 @@ do_exit () { local RC=$? cleanup_mounts > /dev/null 2>&1 if [ ${RC} -eq 0 ]; then - notify_n "[OK] MCP: Openstack installation finished succesfully!" 2 + notify_n "[OK] MCP: Installation of $DEPLOY_SCENARIO finished succesfully!" 2 else - notify_n "[ERROR] MCP: Openstack installation threw a fatal error!" + notify_n "[ERROR] MCP: Installation of $DEPLOY_SCENARIO threw a fatal error!" fi } # |