From e1a833e0537bcc6bf761eaba616cdeb302dec6d8 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Fri, 14 Oct 2016 13:49:48 +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: I0174d31c9fbedb2a59aa41caac268bda8df8b0da --- saharaclient/osc/plugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/saharaclient/osc/plugin.py b/saharaclient/osc/plugin.py index 0cef0520..c5b70242 100644 --- a/saharaclient/osc/plugin.py +++ b/saharaclient/osc/plugin.py @@ -13,6 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +"""OpenStackClient plugin for Data Processing service.""" + from osc_lib import utils from oslo_log import log as logging