Update API doc to reflect node uuid or name
The RESTful Web API for nodes [1] was showing 'node_uuid', whereas this can now be node UUID or node name, so it has been changed to 'node_ident' (which is how it is described in the code/docstrings). [1] http://docs.openstack.org/developer/ironic/webapi/v1.html#nodes Change-Id: I5cc5b86c5d8b0551a53d1b3b1f002f27e1f290bb Implements: blueprint logical-names
This commit is contained in:
parent
918013bd00
commit
ae521740bd
@ -45,19 +45,19 @@ Nodes
|
||||
:webprefix: /v1/nodes
|
||||
|
||||
.. rest-controller:: ironic.api.controllers.v1.node:NodeMaintenanceController
|
||||
:webprefix: /v1/nodes/(node_uuid)/maintenance
|
||||
:webprefix: /v1/nodes/(node_ident)/maintenance
|
||||
|
||||
.. rest-controller:: ironic.api.controllers.v1.node:BootDeviceController
|
||||
:webprefix: /v1/nodes/(node_uuid)/management/boot_device
|
||||
:webprefix: /v1/nodes/(node_ident)/management/boot_device
|
||||
|
||||
.. rest-controller:: ironic.api.controllers.v1.node:NodeStatesController
|
||||
:webprefix: /v1/nodes/(node_uuid)/states
|
||||
:webprefix: /v1/nodes/(node_ident)/states
|
||||
|
||||
.. rest-controller:: ironic.api.controllers.v1.node:NodeConsoleController
|
||||
:webprefix: /v1/nodes/(node_uuid)/states/console
|
||||
:webprefix: /v1/nodes/(node_ident)/states/console
|
||||
|
||||
.. rest-controller:: ironic.api.controllers.v1.node:NodeVendorPassthruController
|
||||
:webprefix: /v1/nodes/(node_uuid)/vendor_passthru
|
||||
:webprefix: /v1/nodes/(node_ident)/vendor_passthru
|
||||
|
||||
.. autotype:: ironic.api.controllers.v1.node.ConsoleInfo
|
||||
:members:
|
||||
|
Loading…
x
Reference in New Issue
Block a user