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:
@@ -30,7 +30,7 @@ import glanceclient.v1.images
|
|||||||
|
|
||||||
CONTAINER_FORMATS = ('Acceptable formats: ami, ari, aki, bare, ovf, ova,'
|
CONTAINER_FORMATS = ('Acceptable formats: ami, ari, aki, bare, ovf, ova,'
|
||||||
'docker.')
|
'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.')
|
'qcow2, vdi, iso, and ploop.')
|
||||||
DATA_FIELDS = ('location', 'copy_from', 'file')
|
DATA_FIELDS = ('location', 'copy_from', 'file')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user