Add a bit of description

Fixes Hacking warning:
H701  Empty localization string

Change-Id: I9528fee604f3d2a37286f7b8bf03f0dd94bfc290
This commit is contained in:
Dirk Mueller 2013-06-21 14:49:14 +02:00
parent 9dd8a85571
commit 6838beb9d7

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