Skip to content

Commit bb9cc8b

Browse files
authored
Temporarily use EOL Bobcat release (#2905)
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]>
1 parent e2e1a5b commit bb9cc8b

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
@@ -101,7 +101,6 @@ enable_service o-hk
101101
enable_service o-da
102102
enable_service o-api
103103

104-
LIBS_FROM_GIT+=,python-octaviaclient
105104
DIB_REPOLOCATION_amphora_agent=https://github.com/openstack/octavia.git
106105
DIB_REPOLOCATION_octavia_lib=https://github.com/openstack/octavia-lib.git
107106

@@ -121,8 +120,6 @@ enable_plugin ovn-octavia-provider https://opendev.org/openstack/ovn-octavia-pro
121120
# Barbican
122121
enable_plugin barbican ${GIT_BASE}/openstack/barbican.git {{ branch }}
123122
enable_service barbican-vault
124-
125-
LIBS_FROM_GIT+=,python-barbicanclient
126123
{% endif %}
127124

128125
{% if "manila" in enable_services %}

0 commit comments

Comments
 (0)