Link to baremetal API reference from patch_node

Add a link in the patch_node docstring to the corresponding baremetal
API operation, Update Node (PATCH /v1/nodes/{node_ident}).

Change-Id: Id13b1d148c7200ce78787181aa3f376372f21df6
This commit is contained in:
Eric Fried 2019-05-14 08:50:16 -05:00
parent 51393509d1
commit e47d2561e4
1 changed files with 4 additions and 0 deletions

View File

@ -280,6 +280,10 @@ class Proxy(proxy.Proxy):
being locked. However, when setting ``instance_id``, this is
a normal code and should not be retried.
See `Update Node
<https://developer.openstack.org/api-ref/baremetal/?expanded=update-node-detail#update-node>`_
for details.
:returns: The updated node.
:rtype: :class:`~openstack.baremetal.v1.node.Node`
"""