doc: fix endpoint_override for inspector

The documentation claims that the option to override the endpoint for
inspector is endpoint-override, but it's endpoint_override.

Change-Id: I9b1a15fde0654c3164f81a3d547340cbe8e607bf
This commit is contained in:
Mohammed Naser 2020-06-10 22:57:29 -04:00
parent 9742240daf
commit 864a0a568b

View File

@ -92,7 +92,7 @@ the following option:
.. code-block:: ini .. code-block:: ini
[inspector] [inspector]
endpoint-override = http://inspector.example.com:5050 endpoint_override = http://inspector.example.com:5050
In order to ensure that ports in Bare Metal service are synchronized with In order to ensure that ports in Bare Metal service are synchronized with
NIC ports on the node, the following settings in the ironic-inspector NIC ports on the node, the following settings in the ironic-inspector