os_user: fix typo (self is not defined)

pull/19911/head
Paulo Matias 8 years ago committed by Toshio Kuratomi
parent 95b59cd76c
commit d51064a05e

@ -223,7 +223,7 @@ def main():
if not password:
msg = ("update_password is %s but a password value is "
"missing") % update_password
self.fail_json(msg=msg)
module.fail_json(msg=msg)
default_project_id = None
if default_project:
default_project_id = _get_default_project_id(cloud, default_project)

Loading…
Cancel
Save