From 45892e0f9c6eb4c24b270f0bc9efaaa528f2133e Mon Sep 17 00:00:00 2001 From: Fabio Verboso Date: Wed, 3 May 2017 10:59:00 +0200 Subject: [PATCH] general fix Change-Id: I8610fd7e2e9faf76017ef882f4b4731cf3f856bb --- iotronicclient/shell.py | 2 +- iotronicclient/v1/plugin_injection.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iotronicclient/shell.py b/iotronicclient/shell.py index 41dbc96..088731f 100644 --- a/iotronicclient/shell.py +++ b/iotronicclient/shell.py @@ -11,7 +11,7 @@ # under the License. """ -Command-line interface to the OpenStack Bare Metal Provisioning API. +Command-line interface to the Iotronic API. """ from __future__ import print_function diff --git a/iotronicclient/v1/plugin_injection.py b/iotronicclient/v1/plugin_injection.py index 13e8f7b..bbde4e3 100644 --- a/iotronicclient/v1/plugin_injection.py +++ b/iotronicclient/v1/plugin_injection.py @@ -52,7 +52,7 @@ class InjectionPluginManager(base.Manager): def plugins_on_board(self, board_ident, marker=None, limit=None, detail=False, sort_key=None, sort_dir=None, fields=None): - """Retrieve a list of boards. + """Retrieve the list of plugins on the board. :param board_ident: the UUID or name of the board.