diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2013-11-18 17:18:14 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-11-19 07:58:59 -0800 |
commit | 24e3953d75d70a82f4b1de21a23aac8edc3affb1 (patch) | |
tree | 6544077e9183a38f8cd628ca3bbb6c654b12dc7f | |
parent | d04f89fa44981c36b7e6353579473504043e9d56 (diff) |
ryu.app.rest_conf_switch: 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_conf_switch.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ryu/app/rest_conf_switch.py b/ryu/app/rest_conf_switch.py index 57e23474..adc5aabc 100644 --- a/ryu/app/rest_conf_switch.py +++ b/ryu/app/rest_conf_switch.py @@ -14,6 +14,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +# This module provides a set of REST API for switch configuration. +# - Per-switch Key-Value store +# +# Used by OpenStack Ryu agent. + import httplib import json import logging |