From: Yang (Gabriel) Yu Date: Tue, 31 Jul 2018 02:25:44 +0000 (+0800) Subject: bug-fix: fix command option for installing monitor X-Git-Tag: ovp-2.0.0~3 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=bottlenecks.git;a=commitdiff_plain;h=14404f05d92233ebb04a8d0d45f4f73f6a1be28e bug-fix: fix command option for installing monitor Change-Id: Ie3e5d64caacaece6a9ae6c7846d3f82b5440c4fd Signed-off-by: Yang (Gabriel) Yu (cherry picked from commit 248a51ac76abca98e91efeb11bb21c074b19175b) --- diff --git a/monitor/monitoring.sh b/monitor/monitoring.sh index 26b63fc5..54146d8a 100644 --- a/monitor/monitoring.sh +++ b/monitor/monitoring.sh @@ -52,7 +52,7 @@ while [[ $# > 0 ]] INSTALLER_TYPE="$2" shift ;; - -i|--openstack-env) + -o|--openstack-env) OPENSTACK_ENV="$2" shift ;;