Merge "Add passwords parameter to LONG_OPTS in kolla-ansible script"

This commit is contained in:
Jenkins 2016-06-01 04:56:03 +00:00 committed by Gerrit Code Review
commit abef69d405
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ EOF
SHORT_OPTS="hi:p:t:k:e:v"
LONG_OPTS="help,inventory:,playbook:,tags:,key:,extra:,verbose,configdir:"
LONG_OPTS="help,inventory:,playbook:,tags:,key:,extra:,verbose,configdir:,passwords:"
ARGS=$(getopt -o "${SHORT_OPTS}" -l "${LONG_OPTS}" --name "$0" -- "$@") || { usage >&2; exit 2; }
eval set -- "$ARGS"