You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Jesse Pretorius (odyssey4me) 1e8bebb20b 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

Backport-of: https://review.opendev.org/708119
Fixes: https://github.com/ansible/ansible/issues/62062
Change-Id: I2b80dc721a08bbdb530af3705ae99cf1b579d9f0
5 years ago
..
cli galaxy: fix AttributeError on empty requirements.yml (#66726) (#66752) 5 years ago
compat Update bundled copy of selectors2 from 1.1.0 to 1.1.1 (#55457) 6 years ago
config config manager str type vault source (#65023) (#65090) 5 years ago
errors [2.9] include_vars: Check NoneType for raw_params (#65301) 5 years ago
executor remove unused import 5 years ago
galaxy ansible-galaxy - optimise some paths and use fake galaxy int tests (#67685) - 2.9 (#67874) 5 years ago
inventory [stable-2.9] Account for empty strings when splitting the host pattern (#62442) (#62679) 5 years ago
module_utils Fix to - eos_vlans using state parameter replaced is giving odd behavior (#67346) 5 years ago
modules Bump min openstacksdk version for os_network/{port_security_enabled,mtu} 5 years ago
parsing [2.9] core: Handle empty extra vars in cli (#62240) 5 years ago
playbook [stable-2.9] Clean up CONDITIONAL_BARE_VARS warning. Fixes #67735 (#67751). 5 years ago
plugins Add collection support for network platform agnostic modules (#66342) 5 years ago
template Templating: make sure only one variable results are cached (#67429) 5 years ago
utils [stable-2.9] display - remove extra new line after warning message (#65199) (#66768) 5 years ago
vars Use templating in HostVarsVars __repr__ (#64282) 5 years ago
__init__.py
constants.py Fix netconf plugin related to collections (#65718) 5 years ago
context.py Become plugins (#50991) 6 years ago
release.py Update Ansible release version to v2.9.5.post0. 5 years ago