Skip to content

Commit 5aa7841

Browse files
Temporarily use EOL Bobcat release (#2921)
Unblock the gate while we investigate the perforamnce regressions seen in Dalmatian (and possibly Caracal). python-barbicanclient does not have a 2023.2-eol tag so we can't use install from Git. Since we're not hacking on though there's no good reason to be installing from Git, so we remove both this and python-octaviaclient from the list. Signed-off-by: Stephen Finucane <[email protected]> Co-authored-by: Stephen Finucane <[email protected]>
1 parent 85b0b8f commit 5aa7841

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

tests/playbooks/roles/install-devstack/defaults/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
user: "stack"
33
workdir: "/home/{{ user }}/devstack"
4-
branch: "stable/2023.2"
4+
branch: "2023.2-eol"
55
enable_services:
66
- nova
77
- glance

tests/playbooks/roles/install-devstack/templates/local.conf.j2

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ enable_service o-hk
8181
enable_service o-da
8282
enable_service o-api
8383

84-
LIBS_FROM_GIT+=,python-octaviaclient
8584
DIB_REPOLOCATION_amphora_agent=https://github.com/openstack/octavia.git
8685
DIB_REPOLOCATION_octavia_lib=https://github.com/openstack/octavia-lib.git
8786

@@ -101,8 +100,6 @@ enable_plugin ovn-octavia-provider https://opendev.org/openstack/ovn-octavia-pro
101100
# Barbican
102101
enable_plugin barbican ${GIT_BASE}/openstack/barbican.git {{ branch }}
103102
enable_service barbican-vault
104-
105-
LIBS_FROM_GIT+=,python-barbicanclient
106103
{% endif %}
107104

108105
{% if "manila" in enable_services %}

0 commit comments

Comments
 (0)