Signed-off-by: YAMAMOTO Takashi <[email protected]> --- ryu/app/client.py | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/ryu/app/client.py b/ryu/app/client.py index 1cd8e58..7e8b90f 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 -- 1.8.3.1 ------------------------------------------------------------------------------ DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
