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.