mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix return of glance.image_show()
This commit is contained in:
parent
a47509e7dd
commit
aceca0e20d
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ def image_show(id=None, name=None, profile=None): # pylint: disable=C0103
|
|||
'visibility': image.visibility,
|
||||
}
|
||||
if image.has_key('disk_format'):
|
||||
ret['disk_format'] = image.disk_format
|
||||
ret[image.name]['disk_format'] = image.disk_format
|
||||
return ret
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue