general fix

Change-Id: I8610fd7e2e9faf76017ef882f4b4731cf3f856bb
This commit is contained in:
Fabio Verboso 2017-05-03 10:59:00 +02:00
parent 9fa43900a4
commit 45892e0f9c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.