Add a bit of description
Fixes Hacking warning: H701 Empty localization string Change-Id: I9528fee604f3d2a37286f7b8bf03f0dd94bfc290
This commit is contained in:
parent
9dd8a85571
commit
6838beb9d7
@ -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…
x
Reference in New Issue
Block a user