Merge "Add a bit of description"
This commit is contained in:
commit
faff61161e
@ -518,13 +518,13 @@ _BASE_PROPERTIES = {
|
||||
},
|
||||
'container_format': {
|
||||
'type': 'string',
|
||||
'description': _(''),
|
||||
'description': _('Format of the container'),
|
||||
'type': 'string',
|
||||
'enum': ['bare', 'ovf', 'ami', 'aki', 'ari'],
|
||||
},
|
||||
'disk_format': {
|
||||
'type': 'string',
|
||||
'description': _(''),
|
||||
'description': _('Format of the disk'),
|
||||
'type': 'string',
|
||||
'enum': ['raw', 'vhd', 'vmdk', 'vdi', 'iso', 'qcow2',
|
||||
'aki', 'ari', 'ami'],
|
||||
|
Loading…
Reference in New Issue
Block a user