From 55955c93c56de395593282433174c3ecad9b9d3d Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Fri, 14 Oct 2016 13:48:21 +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: I3b2534b3ff2859f1528c8fc8145c9285e2a39907 --- congressclient/osc/osc_plugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/congressclient/osc/osc_plugin.py b/congressclient/osc/osc_plugin.py index 1e79aaa..0893efa 100644 --- a/congressclient/osc/osc_plugin.py +++ b/congressclient/osc/osc_plugin.py @@ -12,6 +12,8 @@ # License for the specific language governing permissions and limitations # under the License. +"""OpenStackClient plugin for Governance service.""" + import logging from congressclient.common import utils