Merge "Add user_id and project_id to container and capsule info"

This commit is contained in:
Zuul 2018-01-13 02:12:20 +00:00 committed by Gerrit Code Review
commit 2ed50d1163
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,8 @@ from zun.api.controllers import link
_basic_keys = ( _basic_keys = (
'id', 'id',
'uuid', 'uuid',
'user_id',
'project_id',
'created_at', 'created_at',
'status', 'status',
'restart_policy', 'restart_policy',

View File

@ -17,6 +17,8 @@ from zun.api.controllers import link
_basic_keys = ( _basic_keys = (
'uuid', 'uuid',
'user_id',
'project_id',
'name', 'name',
'image', 'image',
'links', 'links',