bug-fix: fix command option for installing monitor 01/60401/1
authorYang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Tue, 31 Jul 2018 02:25:44 +0000 (10:25 +0800)
committerYu Yang (Gabriel) <Gabriel.yuyang@huawei.com>
Tue, 31 Jul 2018 02:27:49 +0000 (02:27 +0000)
Change-Id: Ie3e5d64caacaece6a9ae6c7846d3f82b5440c4fd
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
(cherry picked from commit 248a51ac76abca98e91efeb11bb21c074b19175b)

monitor/monitoring.sh

index 26b63fc..54146d8 100644 (file)
@@ -52,7 +52,7 @@ while [[ $# > 0 ]]
             INSTALLER_TYPE="$2"
             shift
         ;;
-        -i|--openstack-env)
+        -o|--openstack-env)
             OPENSTACK_ENV="$2"
             shift
         ;;