mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
0890559ab5
Without this patch, the os_keystone_domain module is not idempotent if the description is empty because the description parameter is None in ansible, but the keystone client returns an empty unicode string. Following the example of other OpenStack modules, this patch fixes the issue by checking whether the module parameter is None before going on to check its value. |
8 years ago | |
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | ||
modules | 8 years ago | |
parsing | ||
playbook | ||
plugins | ||
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
release.py | ||
test-requirements.txt |