We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e6f3be + 81ce19e commit f4881d9Copy full SHA for f4881d9
.gitreview
@@ -2,4 +2,4 @@
2
host=review.opendev.org
3
port=29418
4
project=openstack/kolla-ansible.git
5
-defaultbranch=stable/2024.1
+defaultbranch=unmaintained/2024.1
requirements.yml
collections:
- name: https://opendev.org/openstack/ansible-collection-kolla
type: git
- version: stable/2024.1
+ version: unmaintained/2024.1
roles/openstack-clients/tasks/main.yml
@@ -3,7 +3,9 @@
become: true
when: ansible_os_family == 'RedHat'
ansible.builtin.package:
6
- name: python3.12
+ name:
7
+ - python3.12
8
+ - python3.12-devel
9
state: present
10
11
- name: Setup OpenStack clients
0 commit comments