Skip to content

Commit 5c48fff

Browse files
committed
Use bobcat
1 parent 6476256 commit 5c48fff

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ This provider's versions are able to install and manage the following versions o
5858

5959
This provider's versions are able to install Kubernetes to the following versions of OpenStack:
6060

61-
| | Queens | Rocky | Stein | Train | Ussuri | Victoria | Wallaby | Xena | Yoga | Zed |
62-
|------------------------------------| ------ | ----- | ----- | ----- | ------ | -------- | ------- | ---- | ---- | --- |
63-
| OpenStack Provider v1alpha5 (v0.6) | + | + | + | + | + ||||||
64-
| OpenStack Provider v1alpha6 (v0.7) | + | + | + | + | + ||||||
65-
| OpenStack Provider v1alpha7 (v0.9) | | + | + | + | + ||||||
66-
| OpenStack Provider v1alpha8 | | + | + | + | + ||||||
61+
| | Queens | Rocky | Stein | Train | Ussuri | Victoria | Wallaby | Xena | Yoga | Bobcat |
62+
|------------------------------------| ------ | ----- | ----- | ----- | ------ | -------- | ------- | ---- | ---- | ------ |
63+
| OpenStack Provider v1alpha5 (v0.6) | + | + | + | + | + ||||| |
64+
| OpenStack Provider v1alpha6 (v0.7) | + | + | + | + | + ||||| |
65+
| OpenStack Provider v1alpha7 (v0.9) | | + | + | + | + ||||| |
66+
| OpenStack Provider v1alpha8 | | + | + | + | + ||||| |
6767

6868
Test status:
6969

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:-"zed"}
34+
OPENSTACK_RELEASE=${OPENSTACK_RELEASE:-"2023.2"}
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 (zed dependency)
50+
# libffi required for pip install cffi (bobcat 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 (zed dependency)
51+
# libffi required for pip install cffi (bobcat dependency)
5252
apt-get install -y python3-requests libffi-dev
5353
rm -rf /var/lib/apt/lists/*
5454

0 commit comments

Comments
 (0)