From 3aad2cf3d0f08c21fa3f5317922efc4b095d53f3 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 18 Nov 2013 17:18:15 +0900 Subject: [PATCH] ryu.app.rest_quantum: comments Signed-off-by: YAMAMOTO Takashi Signed-off-by: FUJITA Tomonori --- ryu/app/rest_quantum.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ryu/app/rest_quantum.py b/ryu/app/rest_quantum.py index 01f1e62b..1820d5b8 100644 --- a/ryu/app/rest_quantum.py +++ b/ryu/app/rest_quantum.py @@ -14,6 +14,12 @@ # See the License for the specific language governing permissions and # limitations under the License. +# This module provides a set of REST API dedicated to OpenStack Ryu plug-in. +# - Interface (uuid in ovsdb) registration +# - Maintain interface association to a network +# +# Used by OpenStack Ryu plug-in. + import json from webob import Response