no log passwords (#21229)

* no log passwords

* removed unneeded no_log
This commit is contained in:
Brian Coca 2017-02-10 15:13:59 -05:00 committed by GitHub
commit 74e8aa22af
30 changed files with 36 additions and 43 deletions

View file

@ -233,7 +233,7 @@ class NetAppESeriesVolume(object):
log_path=dict(type='str'),
api_url=dict(type='str'),
api_username=dict(type='str'),
api_password=dict(type='str'),
api_password=dict(type='str', no_log=True),
validate_certs=dict(type='bool'),
))