Skip to content

Commit f4881d9

Browse files
authored
Merge pull request #824 from stackhpc/upstream/2024.1-2025-12-03
Synchronise 2024.1 with upstream
2 parents 5e6f3be + 81ce19e commit f4881d9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitreview

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
host=review.opendev.org
33
port=29418
44
project=openstack/kolla-ansible.git
5-
defaultbranch=stable/2024.1
5+
defaultbranch=unmaintained/2024.1

requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
collections:
33
- name: https://opendev.org/openstack/ansible-collection-kolla
44
type: git
5-
version: stable/2024.1
5+
version: unmaintained/2024.1

roles/openstack-clients/tasks/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
become: true
44
when: ansible_os_family == 'RedHat'
55
ansible.builtin.package:
6-
name: python3.12
6+
name:
7+
- python3.12
8+
- python3.12-devel
79
state: present
810

911
- name: Setup OpenStack clients

0 commit comments

Comments
 (0)