diff options
author | KATO Tomoyuki <kato.tomoyuki@jp.fujitsu.com> | 2016-10-14 13:49:48 +0900 |
---|---|---|
committer | KATO Tomoyuki <kato.tomoyuki@jp.fujitsu.com> | 2016-10-14 13:50:11 +0900 |
commit | e1a833e0537bcc6bf761eaba616cdeb302dec6d8 (patch) | |
tree | 6f4da5771f7c3e8f11290f50a11e018dbcbd63e9 /saharaclient/osc | |
parent | 49118b5d013e6f4b33e1f6cd19eb119dad6238b1 (diff) | |
download | python-saharaclient-e1a833e0537bcc6bf761eaba616cdeb302dec6d8.tar.gz |
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
Diffstat (limited to 'saharaclient/osc')
-rw-r--r-- | saharaclient/osc/plugin.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/saharaclient/osc/plugin.py b/saharaclient/osc/plugin.py index 0cef052..c5b7024 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 |