Ansible Modules Collection for using OpenStack
Go to file
Jesse Pretorius (odyssey4me) 0f196864b3 Bump min openstacksdk version for os_network/{port_security_enabled,mtu}
To make use of the port_security_enabled [a] and mtu [b] parameters,
[c] and [d] need to be present in the openstacksdk or the os_network
module with return an error like:

TypeError: create_network() got an unexpected keyword argument 'port_security_enabled'

or:

TypeError: create_network() got an unexpected keyword argument 'mtu'

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] eaf238b033
[b] c6a8e99d34
[c] 8eb788af07
[d] a1fc820a2f

Fixes: https://github.com/ansible/ansible/issues/62062
Change-Id: I2b80dc721a08bbdb530af3705ae99cf1b579d9f0
2020-02-18 12:46:00 +00:00
changelogs/fragments Bump min openstacksdk version for os_network/{port_security_enabled,mtu} 2020-02-18 12:46:00 +00:00
ci Run functional devstack job on ansible collection 2020-01-21 00:25:48 +02:00
plugins Bump min openstacksdk version for os_network/{port_security_enabled,mtu} 2020-02-18 12:46:00 +00:00
tests Fix argument spec for os_subnet and os_zone 2020-01-22 13:19:00 +02:00
.gitreview Added .gitreview 2019-09-25 15:21:42 +00:00
LICENSE Migrate openstack modules as a collection 2020-01-17 14:07:24 +00:00
README.md Migrate openstack modules as a collection 2020-01-17 14:07:24 +00:00
galaxy.yml Migrate openstack modules as a collection 2020-01-17 14:07:24 +00:00
test-requirements.txt Add rstcheck for ansible-test to lint RST files 2020-01-28 17:23:00 +02:00
tox.ini Run functional devstack job on ansible collection 2020-01-21 00:25:48 +02:00
zuul.yaml Add colleciton repo to required projects 2020-01-27 16:40:36 +02:00

README.md

GitHub Actions CI/CD build status — Collection test suite

Ansible Collection: openstack.cloud