Remove the 'id' attribute from capsule

We have 'uuid' as end-users facing ID. The 'id' is an internal
ID in database so it should not be exposed.

Change-Id: I8611970daa96da5203d1473bc24d5536b7646a95
This commit is contained in:
Hongbin Lu 2018-06-15 04:24:45 +00:00
parent 910396e000
commit 4db4adf6e5
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ from zun.api.controllers import link
_basic_keys = (
'id',
'uuid',
'user_id',
'project_id',