Merge "Don't expose instance id to users"

This commit is contained in:
Jenkins 2016-09-29 23:41:35 +00:00 committed by Gerrit Code Review
commit fb6f51ed88

View File

@ -66,9 +66,6 @@ class Instance(base.APIBase):
between the internal object model and the API representation of between the internal object model and the API representation of
a instance. a instance.
""" """
id = wsme.wsattr(wtypes.IntegerType(minimum=1))
"""The ID of the instance"""
uuid = types.uuid uuid = types.uuid
"""The UUID of the instance""" """The UUID of the instance"""