We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c11e03 commit cf33536Copy full SHA for cf33536
tests/playbooks/roles/install-devstack/defaults/main.yaml
@@ -1,14 +1,15 @@
1
---
2
user: "stack"
3
workdir: "/home/{{ user }}/devstack"
4
-branch: "stable/zed"
+branch: "stable/2023.1"
5
enable_services:
6
- nova
7
- glance
8
- cinder
9
- neutron
10
- octavia
11
+ - ovn-octavia
12
- barbican
-octavia_amphora_url: "https://tarballs.opendev.org/openstack/octavia/test-images/test-only-amphora-x64-haproxy-ubuntu-focal.qcow2"
13
+octavia_amphora_url: "https://tarballs.opendev.org/openstack/octavia/test-images/test-only-amphora-x64-haproxy-ubuntu-jammy.qcow2"
14
octavia_amphora_dir: /opt/octavia-amphora
15
octavia_amphora_filename: amphora-x64-haproxy.qcow2
0 commit comments