summaryrefslogtreecommitdiff
path: root/keystoneclient/auth/identity/generic/password.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystoneclient/auth/identity/generic/password.py')
-rw-r--r--keystoneclient/auth/identity/generic/password.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/auth/identity/generic/password.py b/keystoneclient/auth/identity/generic/password.py
index 3c4180c..3527b19 100644
--- a/keystoneclient/auth/identity/generic/password.py
+++ b/keystoneclient/auth/identity/generic/password.py
@@ -30,7 +30,7 @@ def get_options():
deprecated_name='user-name'),
cfg.StrOpt('user-domain-id', help="User's domain id"),
cfg.StrOpt('user-domain-name', help="User's domain name"),
- cfg.StrOpt('password', help="User's password"),
+ cfg.StrOpt('password', secret=True, help="User's password"),
]