Update doc about lookup action

Doc about lookup action is updated according to the code[1].

TrivialFix

[1]: https://github.com/openstack/ironic-python-agent/blob/master/ironic_python_agent/ironic_api_client.py#L101

Change-Id: Ib7617cb64b5fede1b6e118db47a85238fc473098
This commit is contained in:
Cao ShuFeng 2016-06-27 04:32:37 -04:00
parent e4e4355a63
commit ff9f0ad76b

@ -42,7 +42,7 @@ Lookup
~~~~~~
On startup, the agent performs a lookup in Ironic to determine its node UUID
by sending a hardware profile to the Ironic vendor_passthru lookup endpoint:
``/v1/nodes/{node_ident}/vendor_passthru/lookup``.
``/v1/drivers/{driver}/vendor_passthru/lookup``.
Heartbeat
~~~~~~~~~