From 61d43154f1103cf655b46140a1c362df5cb9aed5 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Fri, 14 Oct 2016 13:51:15 +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: Ibab2eb29c1dbd37ee42f2ec9db8e323e2504b5b7 --- designateclient/osc/plugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/designateclient/osc/plugin.py b/designateclient/osc/plugin.py index b88ae30..eeeae7a 100644 --- a/designateclient/osc/plugin.py +++ b/designateclient/osc/plugin.py @@ -14,6 +14,8 @@ # License for the specific language governing permissions and limitations # under the License. +"""OpenStackClient plugin for DNS service.""" + from osc_lib import utils as oscutils from designateclient import shell