Skip to content

Commit dfb7912

Browse files
authored
Merge pull request #2162 from shiftstack/devstack
CI: update OpenStack to 2024.1 (Caracal)
2 parents 16be023 + e5380e4 commit dfb7912

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hack/ci/create_devstack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ source "${scriptdir}/${RESOURCE_TYPE}.sh"
3131

3232
CLUSTER_NAME=${CLUSTER_NAME:-"capo-e2e"}
3333

34-
OPENSTACK_RELEASE=${OPENSTACK_RELEASE:-"2023.2"}
34+
OPENSTACK_RELEASE=${OPENSTACK_RELEASE:-"2024.1"}
3535
OPENSTACK_ENABLE_HORIZON=${OPENSTACK_ENABLE_HORIZON:-"false"}
3636

3737
# Devstack will create a provider network using this range

scripts/ci-conformance.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ trap cleanup EXIT
4747

4848
apt-get update -y
4949
# Install requests module explicitly for HTTP calls.
50-
# libffi required for pip install cffi (bobcat dependency)
50+
# libffi required for pip install cffi (caracal dependency)
5151
apt-get install -y python3-requests libffi-dev
5252
rm -rf /var/lib/apt/lists/*
5353

scripts/ci-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ trap cleanup EXIT
4848

4949
apt-get update -y
5050
# Install requests module explicitly for HTTP calls.
51-
# libffi required for pip install cffi (bobcat dependency)
51+
# libffi required for pip install cffi (caracal dependency)
5252
apt-get install -y python3-requests libffi-dev
5353
rm -rf /var/lib/apt/lists/*
5454

0 commit comments

Comments
 (0)