Merge "Add missing dot to help string in genpwd.py script"
This commit is contained in:
commit
c203aa4152
@ -59,7 +59,7 @@ def main():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'-p', '--passwords', type=str,
|
'-p', '--passwords', type=str,
|
||||||
default=os.path.abspath('/etc/kolla/passwords.yml'),
|
default=os.path.abspath('/etc/kolla/passwords.yml'),
|
||||||
help=('Path to the passwords yml file'))
|
help=('Path to the passwords.yml file'))
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
passwords_file = os.path.expanduser(args.passwords)
|
passwords_file = os.path.expanduser(args.passwords)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user