File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ source "${scriptdir}/${RESOURCE_TYPE}.sh"
31
31
32
32
CLUSTER_NAME=${CLUSTER_NAME:- " capo-e2e" }
33
33
34
- OPENSTACK_RELEASE=${OPENSTACK_RELEASE:- " 2023.2 " }
34
+ OPENSTACK_RELEASE=${OPENSTACK_RELEASE:- " 2024.1 " }
35
35
OPENSTACK_ENABLE_HORIZON=${OPENSTACK_ENABLE_HORIZON:- " false" }
36
36
37
37
# Devstack will create a provider network using this range
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ trap cleanup EXIT
47
47
48
48
apt-get update -y
49
49
# 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)
51
51
apt-get install -y python3-requests libffi-dev
52
52
rm -rf /var/lib/apt/lists/*
53
53
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ trap cleanup EXIT
48
48
49
49
apt-get update -y
50
50
# 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)
52
52
apt-get install -y python3-requests libffi-dev
53
53
rm -rf /var/lib/apt/lists/*
54
54
You can’t perform that action at this time.
0 commit comments