summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2013-11-18 17:18:17 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-11-19 07:58:59 -0800
commitd56644eb6a03ddd73a6906dd712e4ce66ba0c4f5 (patch)
tree70a6d73df07f9936d4dc5e7699d39b4ce9a1505e
parent4363ffe42914b09a67b18a838edfe168d0ed4370 (diff)
ryu.app.tunnel_port_updater: 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/tunnel_port_updater.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ryu/app/tunnel_port_updater.py b/ryu/app/tunnel_port_updater.py
index 5740d395..c8283484 100644
--- a/ryu/app/tunnel_port_updater.py
+++ b/ryu/app/tunnel_port_updater.py
@@ -14,6 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+# This module updates OVS tunnel ports for OpenStack integration.
+
import collections
from oslo.config import cfg
import logging