mirror of https://github.com/ansible/ansible.git
[backport 2.8] Bump min openstacksdk version for os_network/port_security_enabled
To make use of the port_security_enabled [a] parameter, [b] needs to be present in the openstacksdk or the os_network module will return an error like: TypeError: create_network() got an unexpected keyword argument 'port_security_enabled' To handle this, we fail the module if one of the arguments are used and the minimum openstacksdk version for that argument is not met. [a]pull/67971/headeaf238b033[b]8eb788af07Backport-of: https://review.opendev.org/708119 Fixes: #62062
parent
b4614c949e
commit
e9a190e9c1
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- Bump the minimum openstacksdk version to 0.18.0 when os_network
|
||||
uses the port_security_enabled argument.
|
||||
Loading…
Reference in New Issue