-
- Downloads
Bump Ansible to 2.6.x
Bump the maximum supported version of Ansible to 2.6.x for both Kayobe and Kolla Ansible. Change-Id: Ia8691d127bb6ce57dcd6fdac25f0357844f5cbaa Story: 2004287 Task: 27839
... | @@ -7,7 +7,7 @@ pbr>=2.0 # Apache-2.0 | ... | @@ -7,7 +7,7 @@ pbr>=2.0 # Apache-2.0 |
# with the fix backported. It can be installed by uncommenting the following | # with the fix backported. It can be installed by uncommenting the following | ||
# line and commenting the one after. | # line and commenting the one after. | ||
# -e git+https://github.com/stackhpc/ansible@issue-30350-2.3#egg=ansible-issue-30350-2.3 # GPLv3 | # -e git+https://github.com/stackhpc/ansible@issue-30350-2.3#egg=ansible-issue-30350-2.3 # GPLv3 | ||
ansible>=2.4.0,<2.6.0 # GPLv3 | ansible>=2.4.0,<2.7.0 # GPLv3 | ||
cliff>=2.5.0 # Apache | cliff>=2.5.0 # Apache | ||
netaddr!=0.7.16,>=0.7.13 # BSD | netaddr!=0.7.16,>=0.7.13 # BSD | ||
PyYAML>=3.10.0 # MIT | PyYAML>=3.10.0 # MIT | ||
... | ... |
Please register or sign in to comment