Skip to content

Commit

Permalink
bump upper constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
scrungus authored Nov 29, 2023
1 parent 68571b7 commit 3cb4e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/os_images/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ os_images_package_state: present
# Upper constraints file for installation of python dependencies to upload
# images.
#
# Use Yoga upper constraints to avoid incompatibility with openstacksdk 0.99.0.
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

# Upper constraints file for installation of DIB to build images.
os_images_dib_upper_constraints_file: ""
Expand Down

0 comments on commit 3cb4e56

Please sign in to comment.