Specify normal status code on os-baremetal-nodes

The api-ref os-baremetal-nodes doesn't contain normal status code,
so this patch adds it for explaining the normal opperation.

Part of bp:api-ref-in-rst

Change-Id: I1e1e9ee37b1a8c0511438fa9a2e447c7d8df8d0f
This commit is contained in:
Ken'ichi Ohmichi
2016-04-18 16:53:59 -07:00
parent 807bc5660f
commit cf2fb50006
+1 -1
View File
@@ -123,7 +123,7 @@ Delete Interface From Bare Metal Node
Deletes an interface from a bare metal node that is associated with a server.
Normal response codes: ,503,400,401,403,405,404,415,400,409
Normal response codes: 200,503,400,401,403,405,404,415,400,409
Error response codes: computeFault(400, 500), serviceUnavailable(503), badRequest(400),
unauthorized(401), forbidden(403), badMethod(405), itemNotFound(404)