Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/roles/octavia_preconf/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lb_mgmt_secgrp_name: "lb-mgmt-secgroup"
# these are the defaults for the flavor, image and ssh keypair
amphora_ssh_key_name: amphora-ssh-key
amphora_flavor_name: m1.amphora
amphora_image_version: focal
amphora_image_version: noble
amphora_image_name: amphora-ubuntu-{{ amphora_image_version }}
amphora_image_url: "https://tarballs.opendev.org/openstack/octavia/test-images/test-only-amphora-x64-haproxy-ubuntu-{{ amphora_image_version }}.qcow2"

Expand Down