[api-ref] remove reference to old lookup/heartbeat

Vendor-passthru lookup and heartbeat have been removed (in
5eb4ba26dd). This removes references
to them.

Change-Id: I3565999f129cf88c2aa5f04bbf27eaa0da6dc588
Related-Bug: #1640533
This commit is contained in:
Ruby Loo 2017-04-27 16:48:45 -04:00
parent fc85902c55
commit bbb8d3d005

View File

@ -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