Fix a typo of "authentication"

Change-Id: I7031957eb8f70f82f1ad52715915f7c190a077b4
This commit is contained in:
wanghui 2018-02-01 10:33:47 +08:00
parent c444d0ab3a
commit 6fdccd5344
2 changed files with 2 additions and 2 deletions

View File

@ -280,7 +280,7 @@ AMQP Config SSL parameters
**CONFIG_AMQP_NSS_CERTDB_PW**
Password for the NSS certificate database of the AMQP service.
AMQP Config Athentication parameters
AMQP Config Authentication parameters
------------------------------------
**CONFIG_AMQP_AUTH_USER**

View File

@ -142,7 +142,7 @@ def initConfig(controller):
]
update_params_usage(basedefs.PACKSTACK_DOC, params, sectioned=False)
group = {"GROUP_NAME": "AMQPAUTH",
"DESCRIPTION": "AMQP Config Athentication parameters",
"DESCRIPTION": "AMQP Config Authentication parameters",
"PRE_CONDITION": "CONFIG_AMQP_ENABLE_AUTH",
"PRE_CONDITION_MATCH": "y",
"POST_CONDITION": False,