aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorCristina Pauna <cristina.pauna@enea.com>2019-05-06 14:00:30 +0300
committerCristina Pauna <cristina.pauna@enea.com>2019-05-08 08:01:58 +0000
commite7c8f45b680ab143e92504e73d6e7b121b379edc (patch)
treebc2aa99c3bf9a4ff3d43d508737f4f8716864048 /ci
parent285b3ef3a9250ced5dc009ec3fb33b40443e0958 (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> (cherry picked from commit 49a76166350de5763448cbabc0bc4e3d96044966)
Diffstat (limited to 'ci')
-rwxr-xr-xci/deploy.sh4
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
}
#