From 7470a6a8c921e47c454ba9bd2be490bc0364a2fa Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 23 Dec 2021 16:19:59 +0200 Subject: [PATCH] Use focal amphora test image by default Switch used default amphora image from bionic to focal Change-Id: I5a05f583631ef7b6429da4a6a3a4e895e9c75163 (cherry picked from commit c7a7a14f7bee4d46336ab8a3cc82d29628f32c01) --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 43e88cf1..4207a573 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -243,7 +243,7 @@ octavia_amp_image_owner_id: # Note: The default is the Octavia test image so don't use that in prod octavia_download_artefact: True # The URL to download from -octavia_artefact_url: http://tarballs.openstack.org/octavia/test-images/test-only-amphora-x64-haproxy-ubuntu-bionic.qcow2 +octavia_artefact_url: http://tarballs.openstack.org/octavia/test-images/test-only-amphora-x64-haproxy-ubuntu-focal.qcow2 # Set the directory where the downloaded image will be stored # on the octavia_service_setup_host host. If the host is localhost, # then the user running the playbook must have access to it.