Skip to content

Commit 3cb4e56

Browse files
authored
bump upper constraints
1 parent 68571b7 commit 3cb4e56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/os_images/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ os_images_package_state: present
1212
# Upper constraints file for installation of python dependencies to upload
1313
# images.
1414
#
15-
# Use Yoga upper constraints to avoid incompatibility with openstacksdk 0.99.0.
16-
os_images_upper_constraints_file: https://releases.openstack.org/constraints/upper/yoga
15+
# Use Antelope upper constraints as openstacksdk 1.0.1 and openstackclient 6.2.0 are required
16+
os_images_upper_constraints_file: https://releases.openstack.org/constraints/upper/2023.1
1717

1818
# Upper constraints file for installation of DIB to build images.
1919
os_images_dib_upper_constraints_file: ""

0 commit comments

Comments
 (0)