diff --git a/packstack/plugins/heat_650.py b/packstack/plugins/heat_650.py index 26182dc21..d07828e48 100644 --- a/packstack/plugins/heat_650.py +++ b/packstack/plugins/heat_650.py @@ -41,9 +41,9 @@ def initConfig(controller): {"CMD_OPTION": "heat-auth-encryption-key", "USAGE": ("The encryption key to use for authentication info " - "in database"), + "in database (16, 24, or 32 chars)"), "PROMPT": ("Enter the authentication key for Heat to use for " - "authenticate info in database"), + "authenticate info in database (16, 24, or 32 chars)"), "OPTION_LIST": [], "VALIDATORS": [validators.validate_not_empty], "DEFAULT_VALUE": uuid.uuid4().hex[:16],