Set image_format to raw for packethost
To avoid the cost of converting nodepool image from qcow2 to raw on compute nodes, just upload raw images (not qcow2). Change-Id: I325af734f843fc618a40ca992a0086ffb1c21cfd Depends-On: https://review.openstack.org/585838 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
7331aa32bb
commit
39d667591e
@ -114,3 +114,4 @@ clouds:
|
||||
user_domain_name: default
|
||||
project_domain_name: default
|
||||
identity_api_version: '3'
|
||||
image_format: 'raw'
|
||||
|
Loading…
Reference in New Issue
Block a user