From 0ea2250dc76027eee50a8561a9d0b1e480352d4b Mon Sep 17 00:00:00 2001 From: digambarpatil15 Date: Mon, 24 Nov 2014 21:38:38 +0530 Subject: [PATCH] Added doc string & solved pep8 issue Change-Id: Iab11906936633ff5a5f0539459f3db5692848307 Implements: blueprint magnum-api-service --- magnum/api/controllers/v1.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/magnum/api/controllers/v1.py b/magnum/api/controllers/v1.py index d229001f28..70cd0ff47d 100644 --- a/magnum/api/controllers/v1.py +++ b/magnum/api/controllers/v1.py @@ -153,6 +153,8 @@ class Query(_Base): class Container(_Base): + """Controller Model.""" + container_id = wtypes.text """ The ID of the containers."""