From d5b7af3294ef4f0d0c8a2aba283f4cec7a5b68df Mon Sep 17 00:00:00 2001 From: Matt Wagner Date: Wed, 5 Mar 2014 19:10:53 -0500 Subject: [PATCH] Remove errors from API documentation The API documentation mentions NodePowerState, NodeProvisionState, and NodeVendorPassthru. They do not exist in the code, and their entries here are error messages. Remove them. Change-Id: I48c357cdf5d7ef2149b8af0becb517a578def97a --- doc/source/webapi/v1.rst | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/doc/source/webapi/v1.rst b/doc/source/webapi/v1.rst index 5c79dc44cc..b9ba6dd33f 100644 --- a/doc/source/webapi/v1.rst +++ b/doc/source/webapi/v1.rst @@ -58,36 +58,6 @@ NodeStates :members: -NodePowerState -============== - -The 'rest-controller' directive of this resource seems to be crashing -sphinxcontrib-pecanwsme with "CRITICAL ironic [-] list index out of range" -errors. - -.. autotype:: ironic.api.controllers.v1.node.NodePowerState - :members: - - -NodeProvisionState -================== - -The 'rest-controller' directive of this resource seems to be crashing -sphinxcontrib-pecanwsme with "CRITICAL ironic [-] list index out of range" -errors. - -.. autotype:: ironic.api.controllers.v1.node.NodeProvisionState - :members: - - -NodeVendorPassthru -================== - -The 'rest-controller' directive of this resource seems to be crashing -sphinxcontrib-pecanwsme with "CRITICAL ironic [-] list index out of range" -errors. - - Ports =====