ansible-collections-openstack/plugins
Jesse Pretorius (odyssey4me) 1a597c2b03 Bump minimum openstacksdk version when using os_network/dns_domain
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] 6c74e29618
[b] a3e846e2b9

Fixes: #64495
Fixes: #64841
Change-Id: I8c41e505d5c1949ddc535c78933da06405c47299
2020-01-30 17:40:03 +00:00
..
doc_fragments Migrate openstack modules as a collection 2020-01-17 14:07:24 +00:00
inventory Migrate openstack modules as a collection 2020-01-17 14:07:24 +00:00
module_utils Migrate openstack modules as a collection 2020-01-17 14:07:24 +00:00
modules Bump minimum openstacksdk version when using os_network/dns_domain 2020-01-30 17:40:03 +00:00