From 255a94f15c43740bae390bffcbe2326c70ad807a Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 21 Apr 2021 07:57:55 +1000 Subject: [PATCH] OSU OSL : change upload format to RAW This will help the cloud stop having to copy around .qcow2 images. Change-Id: I228c62b7b37547c0f7903d1339eeff648f24276b --- playbooks/templates/clouds/nodepool_clouds.yaml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/templates/clouds/nodepool_clouds.yaml.j2 b/playbooks/templates/clouds/nodepool_clouds.yaml.j2 index fc22e51b68..1514e35a1b 100644 --- a/playbooks/templates/clouds/nodepool_clouds.yaml.j2 +++ b/playbooks/templates/clouds/nodepool_clouds.yaml.j2 @@ -158,3 +158,4 @@ clouds: user_domain_name: "Default" floating_ip_source: None identity_api_version: 3 + image_format: 'raw'