diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2013-11-18 17:18:15 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-11-19 07:58:59 -0800 |
commit | 3aad2cf3d0f08c21fa3f5317922efc4b095d53f3 (patch) | |
tree | 1c19c385044b829b728a713df1cb764d7ceabfc7 | |
parent | 24e3953d75d70a82f4b1de21a23aac8edc3affb1 (diff) |
ryu.app.rest_quantum: comments
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | ryu/app/rest_quantum.py | 6 |
1 files changed, 6 insertions, 0 deletions
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 |