aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorKoren Lev <korenlev@gmail.com>2017-10-04 15:57:29 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-04 15:57:29 +0000
commit4d88bfb79df9d90fa67875aa1b42040c256e0921 (patch)
tree43c62940356e8878db320807a099a826271f764b /app
parentf1601d958099a017df89596fbc18785bc4eb1b14 (diff)
parent9f614b8363d7f4ff6ac216914e86759809ddc876 (diff)
Merge "docs and installer updates"
Diffstat (limited to 'app')
-rw-r--r--app/install/calipso-installer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/install/calipso-installer.py b/app/install/calipso-installer.py
index be7b772..84b10da 100644
--- a/app/install/calipso-installer.py
+++ b/app/install/calipso-installer.py
@@ -342,7 +342,7 @@ parser.add_argument("--uchiwaport",
default="3000",
required=False)
parser.add_argument("--rabbitmport",
- help="Port for the Calipso Sensu RabbitMQ Managment "
+ help="Port for the Calipso Sensu RabbitMQ Management "
"(default=15672)",
type=int,
default="15672",
@@ -354,7 +354,7 @@ parser.add_argument("--sensuport",
default="4567",
required=False)
parser.add_argument("--rabbitport",
- help="Port for the Calipso Sensu RabbitMQ "
+ help="Port for the Calipso Sensu RabbitMQ BUS"
"(default=5671)",
type=int,
default="5671",