From a12f823ded93820c976688e1925c4d6a061ccbdb Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Fri, 14 Oct 2016 13:57:30 +0900 Subject: [PATCH] Add plug-in summary for osc doc Stevedore Sphinx extension handles this comment. http://docs.openstack.org/developer/python-openstackclient/ plugin-commands.html Change-Id: I7e7f4f8714c0a261d587d1382103f4f367b64248 --- neutronclient/osc/plugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neutronclient/osc/plugin.py b/neutronclient/osc/plugin.py index 1efb6c5f7..bb6f72dfc 100644 --- a/neutronclient/osc/plugin.py +++ b/neutronclient/osc/plugin.py @@ -11,6 +11,8 @@ # under the License. # +"""OpenStackClient plugin for advanced Networking service.""" + import logging # TODO(rtheis/amotoki): Add functional test infrastructure for OSC