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