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': {
'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'],