From 3f6bfbe3f35ae3eb6d8e5b7f3ac8717682e7a7b3 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 18 Nov 2013 17:18:18 +0900 Subject: [PATCH] ryu.app.client: comments Signed-off-by: YAMAMOTO Takashi Signed-off-by: FUJITA Tomonori --- ryu/app/client.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ryu/app/client.py b/ryu/app/client.py index 1cd8e587..7e8b90fd 100644 --- a/ryu/app/client.py +++ b/ryu/app/client.py @@ -14,6 +14,10 @@ # See the License for the specific language governing permissions and # limitations under the License. +# This is a client library for Ryu REST API. (ryu.app.rest_quantum etc) +# This module is *not* used by ryu-manager. +# Imported and used by OpenStack Ryu plug-in and agent. + import httplib import json import urlparse