Fix ansible-openstack-collection version
With latest collection openstacksdk 0.101 is required. But then we need also to install additional packages for oslo.cache backend, which will cause circular dependency. Change-Id: I3926dd5c533cb47590a11b81078a322f9be14256
This commit is contained in:
parent
f0b98f2b4f
commit
39f1b2771f
@ -2,25 +2,25 @@
|
||||
|
||||
collections:
|
||||
- name: https://opendev.org/openstack/ansible-collections-openstack
|
||||
version: master
|
||||
version: 9f3f0837c88f847b229e8bcd23986b362eee9b1f
|
||||
type: git
|
||||
- name: https://opendev.org/openstack/ansible-config_template
|
||||
version: 1.2.1
|
||||
version: 2.0.0
|
||||
type: git
|
||||
- name: https://opendev.org/openstack/openstack-ansible-plugins
|
||||
version: master
|
||||
type: git
|
||||
- name: https://github.com/ansible-collections/community.general
|
||||
version: 5.2.0
|
||||
version: 5.6.0
|
||||
type: git
|
||||
- name: https://github.com/ansible-collections/community.rabbitmq
|
||||
version: 1.2.1
|
||||
version: 1.2.2
|
||||
type: git
|
||||
- name: https://github.com/ansible-collections/community.mysql
|
||||
version: 3.3.0
|
||||
version: 3.5.1
|
||||
type: git
|
||||
- name: https://github.com/ansible-collections/community.crypto
|
||||
version: 2.3.4
|
||||
version: 2.7.0
|
||||
type: git
|
||||
- name: https://github.com/ansible-collections/ansible.posix
|
||||
version: 1.4.0
|
||||
@ -30,7 +30,7 @@ collections:
|
||||
type: git
|
||||
# NOTE(noonedeadpunk): needs version in galaxy.yml to pull from git
|
||||
- name: ansible.netcommon
|
||||
version: 3.0.1
|
||||
version: 3.1.1
|
||||
source: https://galaxy.ansible.com
|
||||
- name: ansible.utils
|
||||
version: 2.6.1
|
||||
|
Loading…
Reference in New Issue
Block a user