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"
3131
3232CLUSTER_NAME=${CLUSTER_NAME:- " capo-e2e" }
3333
34- OPENSTACK_RELEASE=${OPENSTACK_RELEASE:- " 2023.2 " }
34+ OPENSTACK_RELEASE=${OPENSTACK_RELEASE:- " 2024.1 " }
3535OPENSTACK_ENABLE_HORIZON=${OPENSTACK_ENABLE_HORIZON:- " false" }
3636
3737# 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
4747
4848apt-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)
5151apt-get install -y python3-requests libffi-dev
5252rm -rf /var/lib/apt/lists/*
5353
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ trap cleanup EXIT
4848
4949apt-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)
5252apt-get install -y python3-requests libffi-dev
5353rm -rf /var/lib/apt/lists/*
5454
You can’t perform that action at this time.
0 commit comments