Added doc string & solved pep8 issue

Change-Id: Iab11906936633ff5a5f0539459f3db5692848307
Implements: blueprint magnum-api-service
This commit is contained in:
digambarpatil15 2014-11-24 21:38:38 +05:30
parent 330ffea017
commit 0ea2250dc7
1 changed files with 2 additions and 0 deletions

View File

@ -153,6 +153,8 @@ class Query(_Base):
class Container(_Base):
"""Controller Model."""
container_id = wtypes.text
""" The ID of the containers."""