Signed-off-by: YAMAMOTO Takashi <[email protected]> --- ryu/app/tunnel_port_updater.py | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/ryu/app/tunnel_port_updater.py b/ryu/app/tunnel_port_updater.py index 5740d39..c828348 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 -- 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
