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:
himani 2017-04-08 20:04:19 +05:30
parent 93c9b81566
commit 2d98b4640f

View File

@ -18,6 +18,7 @@ from zun.api.controllers import link
_basic_keys = (
'uuid',
'image_id',
'repo',
'tag',
'size'