Add missing parameter descriptions.

Change-Id: If26820665aedd771773075621b15fcad506c0b38
This commit is contained in:
gaozx 2017-07-17 16:02:06 +08:00
parent a1cbfa5be0
commit 9ad88d014d
1 changed files with 5 additions and 0 deletions

View File

@ -428,6 +428,7 @@ class ConductorAPI(object):
:param context: request context.
:param node_id: node id or uuid.
:param topic: RPC topic. Defaults to self.topic.
:raises: NodeLocked if node is locked by another conductor.
:raises: NodeAssociated if the node contains an instance
associated with it.
@ -561,6 +562,7 @@ class ConductorAPI(object):
:mod:`ironic.common.boot_devices`.
:param persistent: Whether to set next-boot, or make the change
permanent. Default: False.
:param topic: RPC topic. Defaults to self.topic.
:raises: NodeLocked if node is locked by another conductor.
:raises: UnsupportedDriverExtension if the node's driver doesn't
support management.
@ -579,6 +581,7 @@ class ConductorAPI(object):
:param context: request context.
:param node_id: node id or uuid.
:param topic: RPC topic. Defaults to self.topic.
:raises: NodeLocked if node is locked by another conductor.
:raises: UnsupportedDriverExtension if the node's driver doesn't
support management.
@ -604,6 +607,7 @@ class ConductorAPI(object):
:param context: request context.
:param node_id: node id or uuid.
:param topic: RPC topic. Defaults to self.topic.
:raises: NodeLocked if node is locked by another conductor.
:raises: UnsupportedDriverExtension if the node's driver doesn't
support management or management.inject_nmi.
@ -622,6 +626,7 @@ class ConductorAPI(object):
:param context: request context.
:param node_id: node id or uuid.
:param topic: RPC topic. Defaults to self.topic.
:raises: NodeLocked if node is locked by another conductor.
:raises: UnsupportedDriverExtension if the node's driver doesn't
support management.