Complete method verification of os-baremetal-nodes.inc

Corrects the error status responses for os-baremetal-nodes

Part of bp:api-ref-in-rst

Change-Id: I2bc63218e6e0ab6cc80cad75351a76e28da094d1
This commit is contained in:
Sujitha
2016-05-11 15:31:36 +00:00
parent 25ac5a2756
commit ab58788fc9

View File

@@ -1,5 +1,4 @@
.. -*- rst -*-
.. needs:method_verification
.. needs:parameter_verification
.. needs:example_verification
.. needs:body_verification
@@ -20,8 +19,7 @@ Lists the bare metal nodes that are associated with a server.
Normal response codes: 202
Error response codes: computeFault(400, 500), serviceUnavailable(503), badRequest(400),
unauthorized(401), forbidden(403), badMethod(405), itemNotFound(404)
Error response codes: unauthorized(401), forbidden(403), itemNotFound(404), notImplemented(501)
Request
-------
@@ -52,8 +50,7 @@ The bare metal node must be associated with the server.
Normal response codes: 202
Error response codes: computeFault(400, 500), serviceUnavailable(503), badRequest(400),
unauthorized(401), forbidden(403), badMethod(405), itemNotFound(404)
Error response codes: unauthorized(401), forbidden(403), itemNotFound(404), notImplemented(501)
Request
-------