Fix typo in kolla-ansible metavar
Change-Id: Ic15b8cb334c207a6923aa8d1908f98ecf8710c1e
This commit is contained in:
@@ -110,7 +110,7 @@ def add_ansible_args(parser):
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--vault-password-file",
|
"--vault-password-file",
|
||||||
"--vault-pass-file",
|
"--vault-pass-file",
|
||||||
metavar="VAULT_APSSWORD_FILES",
|
metavar="VAULT_PASSWORD_FILES",
|
||||||
action="append",
|
action="append",
|
||||||
help="vault password file",
|
help="vault password file",
|
||||||
default=[]
|
default=[]
|
||||||
|
Reference in New Issue
Block a user