diff options
author | Koren Lev <korenlev@gmail.com> | 2017-10-04 15:57:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-04 15:57:29 +0000 |
commit | 4d88bfb79df9d90fa67875aa1b42040c256e0921 (patch) | |
tree | 43c62940356e8878db320807a099a826271f764b /app | |
parent | f1601d958099a017df89596fbc18785bc4eb1b14 (diff) | |
parent | 9f614b8363d7f4ff6ac216914e86759809ddc876 (diff) |
Merge "docs and installer updates"
Diffstat (limited to 'app')
-rw-r--r-- | app/install/calipso-installer.py | 4 |
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", |