Mask login_password in log (#21199)

This commit is contained in:
Tatsuya Hoshino 2017-02-10 03:16:54 +09:00 committed by Matt Davis
parent a995fa43a6
commit 41f3680dfd
15 changed files with 15 additions and 15 deletions

View file

@ -343,7 +343,7 @@ def main():
default="http://127.0.0.1:35357/v2.0"),
token=dict(required=False),
login_user=dict(required=False),
login_password=dict(required=False),
login_password=dict(required=False, no_log=True),
login_tenant_name=dict(required=False)
))
# keystone operations themselves take an endpoint, not a keystone auth_url