missing options in docstring of cloud/keystone_user breaks 'make deb'

If you’re trying to build a package from the latest git devel (at least a deb package), there’s a bug that breaks the build.

The hacking/module_formatter.py stacktraces on missing dict entries, because the ‘options’ are not documented in the module docstring

minimal patch to make the buil work:

https://github.com/ansible/ansible/pull/3024

Should still be properly documented; maybe patch the module formatter script.

Serge

Serge:

I just submitted a pull request with more complete docs that Benno sent to me.

Lorin

Here’s the link:

https://github.com/ansible/ansible/pull/3025

Thanks, this is already applied.