mirror of https://github.com/ansible/ansible.git
* [stable-2.7] openstack: fix parameter handling when cloud provided as dict (#42899)
* openstack: fix parameter handling when cloud provided as dict
If a cloud is provided as dictionary:
* Do not assert that 'interface' parameter is None. Instead,
assert that it is 'public'.
* Assert that 'auth_type' parameter is not set.
Fixes #42858
* os_user: Include domain parameter in user lookup
If a "domain" parameter is provided, use it in looking up
whether the user already exists.
Fixes #42901
* os_user: Include domain parameter in user deletion
If a "domain" parameter is provided, use it in deleting
the user also.
Fixes #42901
(cherry picked from commit e25dac9
)
Co-authored-by: Carsten Koester <carsten@ckoester.net>
* Add changelog for openstack fixes
pull/49753/head
parent
87e01a0640
commit
012d38eae6
@ -0,0 +1,8 @@
|
||||
---
|
||||
bugfixes:
|
||||
- openstack - fix parameter handling when cloud provided as dict
|
||||
https://github.com/ansible/ansible/issues/42858
|
||||
- os_user - Include domain parameter in user lookup
|
||||
https://github.com/ansible/ansible/issues/42901
|
||||
- os_user - Include domain parameter in user deletion
|
||||
https://github.com/ansible/ansible/issues/42901
|
Loading…
Reference in New Issue