Trivial: fix image format typo
The Glance V1 image format list contains "VDHX", which is a typo. This change fixes it, using the correct format name, which is "VHDX". Luckily, this seems to be used only as part of a help string. Change-Id: I392f25b3ee0ee9ac6024e1670053191e4bba937a
This commit is contained in:
parent
68cb66b5d0
commit
a56106092e
@ -30,7 +30,7 @@ import glanceclient.v1.images
|
||||
|
||||
CONTAINER_FORMATS = ('Acceptable formats: ami, ari, aki, bare, ovf, ova,'
|
||||
'docker.')
|
||||
DISK_FORMATS = ('Acceptable formats: ami, ari, aki, vhd, vdhx, vmdk, raw, '
|
||||
DISK_FORMATS = ('Acceptable formats: ami, ari, aki, vhd, vhdx, vmdk, raw, '
|
||||
'qcow2, vdi, iso, and ploop.')
|
||||
DATA_FIELDS = ('location', 'copy_from', 'file')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user