Skip to content

Commit

Permalink
[tests]: fix 1.28 release CI (#2607)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayrus committed May 28, 2024
1 parent 3c11e03 commit cf33536
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/playbooks/roles/install-devstack/defaults/main.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
user: "stack"
workdir: "/home/{{ user }}/devstack"
branch: "stable/zed"
branch: "stable/2023.1"
enable_services:
- nova
- glance
- cinder
- neutron
- octavia
- ovn-octavia
- barbican
octavia_amphora_url: "https://tarballs.opendev.org/openstack/octavia/test-images/test-only-amphora-x64-haproxy-ubuntu-focal.qcow2"
octavia_amphora_url: "https://tarballs.opendev.org/openstack/octavia/test-images/test-only-amphora-x64-haproxy-ubuntu-jammy.qcow2"
octavia_amphora_dir: /opt/octavia-amphora
octavia_amphora_filename: amphora-x64-haproxy.qcow2

0 comments on commit cf33536

Please sign in to comment.