mirror of https://github.com/ansible/ansible.git
Bump minimum openstacksdk version when using os_network/dns_domain (#66952)
With the addition of [a], the minimum openstacksdk version needs to be bumped to include [b], or the os_network module will return the error: TypeError: create_network() got an unexpected keyword argument 'dns_domain' To handle this, we fail the module if the dns_domain argument is used and the minimum openstacksdk version for that argument is not met. [a]pull/67297/head6c74e29618[b]a3e846e2b9Fixes: #64495 Fixes: #64841
parent
31e348409f
commit
5d406cffca
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- bump the minimum openstacksdk version when os_network
|
||||
uses the dns_domain argument
|
||||
Loading…
Reference in New Issue