summaryrefslogtreecommitdiff
path: root/doc/source/admin/how_it_works.rst
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-05-04 09:04:30 +0000
committerGerrit Code Review <review@openstack.org>2023-05-04 09:04:30 +0000
commit44d9c2219fd6d17a0aec063331187f147ab4ab11 (patch)
treec8cae8e1c96e1213c1496738563f2572f56f33c1 /doc/source/admin/how_it_works.rst
parentc05fdf790c3cab6a18ca5b264e258c5c0016918d (diff)
parent9ed232e77e976fe22a5888d17a510374a812edd7 (diff)
downloadironic-python-agent-44d9c2219fd6d17a0aec063331187f147ab4ab11.tar.gz
Merge "Add network interface speed to the inventory"
Diffstat (limited to 'doc/source/admin/how_it_works.rst')
-rw-r--r--doc/source/admin/how_it_works.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/admin/how_it_works.rst b/doc/source/admin/how_it_works.rst
index 20a5f477..83101326 100644
--- a/doc/source/admin/how_it_works.rst
+++ b/doc/source/admin/how_it_works.rst
@@ -199,7 +199,8 @@ fields:
``interfaces``
list of network interfaces with fields: ``name``, ``mac_address``,
``ipv4_address``, ``lldp``, ``vendor``, ``product``, and optionally
- ``biosdevname`` (BIOS given NIC name).
+ ``biosdevname`` (BIOS given NIC name) and ``speed_mbps`` (maximum supported
+ speed).
.. note::
For backward compatibility, interfaces may contain ``lldp`` fields.