Merge "Trivial: fix image format typo"

This commit is contained in:
Zuul 2019-07-31 08:10:10 +00:00 committed by Gerrit Code Review
commit 2b5090f049
1 changed files with 1 additions and 1 deletions

View File

@ -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')