Skip to content

Commit 1846b81

Browse files
committed
Update ironic
1 parent d513dce commit 1846b81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ARG PATCH_LIST
4545

4646
# build arguments for source build customization
4747
ARG UPPER_CONSTRAINTS_FILE=upper-constraints.txt
48-
ARG IRONIC_SOURCE=ea2bd759b32a09ec71477cec9194df7e934f5b22 # bugfix/33.0
48+
ARG IRONIC_SOURCE=a26e740d8413f35fb8014a899ad704207374369a # stable/2026.1
4949
ARG SUSHY_SOURCE
5050

5151
COPY sources /sources/

prepare-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ UPPER_CONSTRAINTS_PATH="/tmp/${UPPER_CONSTRAINTS_FILE:-}"
3636
# we give as assumed that we're on the master branch
3737
if [[ ! -s "${UPPER_CONSTRAINTS_PATH}" ]]; then
3838
UPPER_CONSTRAINTS_PATH="/tmp/upper-constraints.txt"
39-
curl -L https://releases.openstack.org/constraints/upper/master -o "${UPPER_CONSTRAINTS_PATH}"
39+
curl -L https://opendev.org/openstack/requirements/raw/branch/stable/2026.1/upper-constraints.txt -o "${UPPER_CONSTRAINTS_PATH}"
4040
fi
4141

4242
# NOTE(elfosardo): install dependencies constrained

0 commit comments

Comments
 (0)