aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2019-05-07 18:04:41 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-05-07 18:04:41 +0000
commite2bbc14187ddc65b1b54762a4cebcb48cba38bf0 (patch)
tree90b195cc48bcef9f69c09421cfb05ceb054fa748 /ci
parentdcd856239816dc322c917e639bf11213ede7467d (diff)
parent49a76166350de5763448cbabc0bc4e3d96044966 (diff)
Merge "[docs] Update documentation for Hunter"
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 9d019b236..75a1a8864 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
}
#