Add missing include for inventory API reference
Also fix up the title and make sure the linter checks API ref files. Change-Id: I360fd4fab699e732ac03dc07faab33e18fe2bf13
This commit is contained in:
parent
8f25cf03a3
commit
c0460efd06
@ -9,8 +9,12 @@ Node inventory
|
||||
Given a Node identifier, the API provides access to the introspection data
|
||||
associated to the Node via ``v1/nodes/{node_ident}/inventory`` endpoint.
|
||||
|
||||
Fetch node inventory
|
||||
===============================
|
||||
The format inventory comes from ironic-python-agent and is currently documented
|
||||
in the `agent inventory documentation
|
||||
<https://docs.openstack.org/ironic-python-agent/latest/admin/how_it_works.html#hardware-inventory>`_.
|
||||
|
||||
Show Node Inventory
|
||||
===================
|
||||
|
||||
.. rest_method:: GET /v1/nodes/{node_ident}/inventory
|
||||
|
||||
|
@ -28,6 +28,7 @@
|
||||
.. include:: baremetal-api-v1-node-allocation.inc
|
||||
.. include:: baremetal-api-v1-deploy-templates.inc
|
||||
.. include:: baremetal-api-v1-nodes-history.inc
|
||||
.. include:: baremetal-api-v1-nodes-inventory.inc
|
||||
.. include:: baremetal-api-v1-shards.inc
|
||||
.. NOTE(dtantsur): keep chassis close to the end since it's semi-deprecated
|
||||
.. include:: baremetal-api-v1-chassis.inc
|
||||
|
2
tox.ini
2
tox.ini
@ -52,7 +52,7 @@ commands =
|
||||
# the check and gate queues.
|
||||
{toxinidir}/tools/run_bashate.sh {toxinidir}
|
||||
# Check the *.rst files
|
||||
doc8 README.rst CONTRIBUTING.rst doc/source --ignore D001
|
||||
doc8 README.rst CONTRIBUTING.rst doc/source api-ref/source --ignore D001
|
||||
# Check to make sure reno releasenotes created with 'reno new'
|
||||
{toxinidir}/tools/check-releasenotes.py
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user