Add missing parameter descriptions.
Change-Id: If26820665aedd771773075621b15fcad506c0b38
This commit is contained in:
parent
a1cbfa5be0
commit
9ad88d014d
@ -428,6 +428,7 @@ class ConductorAPI(object):
|
|||||||
|
|
||||||
:param context: request context.
|
:param context: request context.
|
||||||
:param node_id: node id or uuid.
|
: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: NodeLocked if node is locked by another conductor.
|
||||||
:raises: NodeAssociated if the node contains an instance
|
:raises: NodeAssociated if the node contains an instance
|
||||||
associated with it.
|
associated with it.
|
||||||
@ -561,6 +562,7 @@ class ConductorAPI(object):
|
|||||||
:mod:`ironic.common.boot_devices`.
|
:mod:`ironic.common.boot_devices`.
|
||||||
:param persistent: Whether to set next-boot, or make the change
|
:param persistent: Whether to set next-boot, or make the change
|
||||||
permanent. Default: False.
|
permanent. Default: False.
|
||||||
|
:param topic: RPC topic. Defaults to self.topic.
|
||||||
:raises: NodeLocked if node is locked by another conductor.
|
:raises: NodeLocked if node is locked by another conductor.
|
||||||
:raises: UnsupportedDriverExtension if the node's driver doesn't
|
:raises: UnsupportedDriverExtension if the node's driver doesn't
|
||||||
support management.
|
support management.
|
||||||
@ -579,6 +581,7 @@ class ConductorAPI(object):
|
|||||||
|
|
||||||
:param context: request context.
|
:param context: request context.
|
||||||
:param node_id: node id or uuid.
|
: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: NodeLocked if node is locked by another conductor.
|
||||||
:raises: UnsupportedDriverExtension if the node's driver doesn't
|
:raises: UnsupportedDriverExtension if the node's driver doesn't
|
||||||
support management.
|
support management.
|
||||||
@ -604,6 +607,7 @@ class ConductorAPI(object):
|
|||||||
|
|
||||||
:param context: request context.
|
:param context: request context.
|
||||||
:param node_id: node id or uuid.
|
: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: NodeLocked if node is locked by another conductor.
|
||||||
:raises: UnsupportedDriverExtension if the node's driver doesn't
|
:raises: UnsupportedDriverExtension if the node's driver doesn't
|
||||||
support management or management.inject_nmi.
|
support management or management.inject_nmi.
|
||||||
@ -622,6 +626,7 @@ class ConductorAPI(object):
|
|||||||
|
|
||||||
:param context: request context.
|
:param context: request context.
|
||||||
:param node_id: node id or uuid.
|
: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: NodeLocked if node is locked by another conductor.
|
||||||
:raises: UnsupportedDriverExtension if the node's driver doesn't
|
:raises: UnsupportedDriverExtension if the node's driver doesn't
|
||||||
support management.
|
support management.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user