Added doc string & solved pep8 issue
Change-Id: Iab11906936633ff5a5f0539459f3db5692848307 Implements: blueprint magnum-api-service
This commit is contained in:
parent
330ffea017
commit
0ea2250dc7
@ -153,6 +153,8 @@ class Query(_Base):
|
||||
|
||||
|
||||
class Container(_Base):
|
||||
"""Controller Model."""
|
||||
|
||||
container_id = wtypes.text
|
||||
""" The ID of the containers."""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user