From bbb8d3d00587ee0f835a803a1393ceaffa98251a Mon Sep 17 00:00:00 2001 From: Ruby Loo Date: Thu, 27 Apr 2017 16:48:45 -0400 Subject: [PATCH] [api-ref] remove reference to old lookup/heartbeat Vendor-passthru lookup and heartbeat have been removed (in 5eb4ba26ddbde97758511c9b61046e5a879ab66c). This removes references to them. Change-Id: I3565999f129cf88c2aa5f04bbf27eaa0da6dc588 Related-Bug: #1640533 --- api-ref/source/baremetal-api-v1-misc.inc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/api-ref/source/baremetal-api-v1-misc.inc b/api-ref/source/baremetal-api-v1-misc.inc index 487a5ad9f3..f86dcc3ecc 100644 --- a/api-ref/source/baremetal-api-v1-misc.inc +++ b/api-ref/source/baremetal-api-v1-misc.inc @@ -47,10 +47,6 @@ The query string should include either or both a ``node_uuid`` or an that Node shall be returned, including instance-specific information such as the configdrive. -This deprecates the ``agent``-driver specific ``vendor_passthru`` method of the -same name, previously accessible at -``/v1/drivers/agent_*/vendor_passthru?method=lookup``. - Normal response codes: 200 Error response codes: 400 404 @@ -91,10 +87,6 @@ the REST API. This is used as a callback from within the ``ironic-python-agent`` ramdisk, so that an active ramdisk may periodically contact the Bare Metal service and provide the current URL at which to contact the agent. -This deprecates the ``agent``-driver specific ``vendor_passthru`` method of the -same name, previously accessible at -``/v1/nodes/{node_ident}/vendor_passthru?method=heartbeat``. - Normal response codes: 202 Error response codes: 400 404