Merge "Add a bit of description"

This commit is contained in:
Jenkins 2013-06-29 16:56:53 +00:00 committed by Gerrit Code Review
commit faff61161e

View File

@ -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'],