fb5649bd2f
This change bumps up the maximum supported Ansible version to 5.x (ansible-core 2.12.x) and minimum to 4.x. This synchronises Kayobe with Kolla Ansible (see change Ia373f9cc3bb69eba0288bbb3e497e8cadb7cc4d3). ansible 5 / ansible-core 2.12 raises the minimum version of Python to 3.8, so CentOS Stream 8 environments will typically get ansible 4 / ansible-core 2.11. Change-Id: If4477e7fa4c022ead6cda4a34a72b342f115936f
9 lines
180 B
Plaintext
9 lines
180 B
Plaintext
pbr>=2.0 # Apache-2.0
|
|
ansible>=4,<6.0 # GPLv3
|
|
cliff>=3.1.0 # Apache
|
|
netaddr!=0.7.16,>=0.7.13 # BSD
|
|
PyYAML>=3.10.0 # MIT
|
|
selinux # MIT
|
|
# INI parsing
|
|
oslo.config>=5.2.0 # Apache-2.0
|