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.
1 parent 68571b7 commit 3cb4e56Copy full SHA for 3cb4e56
roles/os_images/defaults/main.yml
@@ -12,8 +12,8 @@ os_images_package_state: present
12
# Upper constraints file for installation of python dependencies to upload
13
# images.
14
#
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
+# Use Antelope upper constraints as openstacksdk 1.0.1 and openstackclient 6.2.0 are required
+os_images_upper_constraints_file: https://releases.openstack.org/constraints/upper/2023.1
17
18
# Upper constraints file for installation of DIB to build images.
19
os_images_dib_upper_constraints_file: ""
0 commit comments