Added 'image_id' field in _basic_keys in images_view.py
Bug introduced in https://review.openstack.org/#/c/420503/ This patch fixes it. Change-Id: Idf89888f8a33a91badf386cb27afb8ed88d75cd6 Closes-bug: #1679104
This commit is contained in:
parent
93c9b81566
commit
2d98b4640f
@ -18,6 +18,7 @@ from zun.api.controllers import link
|
||||
|
||||
_basic_keys = (
|
||||
'uuid',
|
||||
'image_id',
|
||||
'repo',
|
||||
'tag',
|
||||
'size'
|
||||
|
Loading…
x
Reference in New Issue
Block a user