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
parent 2f6966965e
commit 74e8aa22af
30 changed files with 36 additions and 43 deletions

View file

@ -505,7 +505,7 @@ def main():
argument_spec = cs_argument_spec()
argument_spec.update(dict(
name=dict(required=True, aliases=['url']),
password=dict(default=None, not_log=True),
password=dict(default=None, no_log=True),
username=dict(default=None),
hypervisor=dict(choices=CS_HYPERVISORS, default=None),
allocation_state=dict(default=None),