Signed-off-by: YAMAMOTO Takashi <[email protected]> --- 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 01f1e62..1820d5b 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 -- 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
