From 2601f43acd08e5367bc4ac79426f371507f309b0 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Fri, 14 Oct 2016 13:47:03 +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: I06db0b2c04e5e4bb395b68c1640bec7c6588895b --- senlinclient/plugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/senlinclient/plugin.py b/senlinclient/plugin.py index 66002bbd..925a19c8 100644 --- a/senlinclient/plugin.py +++ b/senlinclient/plugin.py @@ -10,6 +10,8 @@ # License for the specific language governing permissions and limitations # under the License. +"""OpenStackClient plugin for Clustering service.""" + import logging from openstack import connection