From 737e6d165f342b9e8b926cac73cc3ed75dfcfc52 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Mon, 24 Jun 2019 14:14:18 +0100 Subject: [PATCH] Update default test amphora image from xenial to bionic Depends-On: I8de48eb1fb4c8d321098ca54b9e21270edc7ac87 Depends-On: Ide70b5d8f67d8c8a87e3f16671f0f7fb72338b89 Change-Id: Ib945aa3720019893f1f2653484c8374d932daa0d --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 1dbcccfa..4efa682e 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -238,7 +238,7 @@ octavia_amp_image_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-xenial.qcow2 +octavia_artefact_url: http://tarballs.openstack.org/octavia/test-images/test-only-amphora-x64-haproxy-ubuntu-bionic.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.