From ab2f7f680af49bb534dc9c96467fe84de4c196d1 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Fri, 14 Oct 2016 13:58:59 +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: I4958ec1dfda96f54b75963a04b5a4fc9eec09d84 --- heatclient/osc/plugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/heatclient/osc/plugin.py b/heatclient/osc/plugin.py index ea1b69e4..8bc3f15f 100644 --- a/heatclient/osc/plugin.py +++ b/heatclient/osc/plugin.py @@ -11,6 +11,8 @@ # under the License. # +"""OpenStackClient plugin for Orchestration service.""" + import logging from osc_lib import utils