Ensure password field is valid yaml

Adding double quotes around the password field handles the problem when
password is something like !h2hboJC8p

Change-Id: Ic62f3c0ed46ca9142b7f6e869fd54dcb206626e4
This commit is contained in:
Craig Bryant 2015-07-08 16:10:33 -06:00
parent 4ffdc1f94c
commit 1fdb5d5e05
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Api:
# Keystone Username
username: {args.username}
# Keystone Password
password: {args.password}
password: "{args.password}"
# Keystone API URL: URL for the Keystone server to use
# Example: https://region-a.geo-1.identity.hpcloudsvc.com:35357/v3/
keystone_url: {args.keystone_url}