From b508360227de6b1ce89fc820ed991eb88a1ffc31 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Thu, 5 Aug 2021 12:37:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20OpenStack=20image=20versio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prepare-vms/infra/example.openstack-tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare-vms/infra/example.openstack-tf b/prepare-vms/infra/example.openstack-tf index 90fdbdc1..1b25f4c0 100644 --- a/prepare-vms/infra/example.openstack-tf +++ b/prepare-vms/infra/example.openstack-tf @@ -8,4 +8,4 @@ export TF_VAR_domain="Default" export TF_VAR_password="..." export TF_VAR_auth_url="https://api.r1.nxs.enix.io/v3" export TF_VAR_flavor="GP1.S" -export TF_VAR_image="Ubuntu 20.04.1" +export TF_VAR_image="Ubuntu 18.04"