From 6ac502ec20ed0066186855a8cee598fdc8208b00 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Fri, 1 Mar 2024 09:30:12 +0100 Subject: [PATCH] Fix typo in release note Change-Id: I2f6cd19b7f4d3954bf9de17e6095d39545fe05d3 --- ...enable-ironic-inspector-in-bifrost.yml-12215fb9b1f09528.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/expose-flag-to-enable-ironic-inspector-in-bifrost.yml-12215fb9b1f09528.yaml b/releasenotes/notes/expose-flag-to-enable-ironic-inspector-in-bifrost.yml-12215fb9b1f09528.yaml index 09620ef6aa..188f998a12 100644 --- a/releasenotes/notes/expose-flag-to-enable-ironic-inspector-in-bifrost.yml-12215fb9b1f09528.yaml +++ b/releasenotes/notes/expose-flag-to-enable-ironic-inspector-in-bifrost.yml-12215fb9b1f09528.yaml @@ -3,7 +3,7 @@ features: - | Exposes a flag, ``bifrost_enable_ironic_inspector``, to enable ironic-inspector in Bifrost. This option defaults to ``True`` as it can be - useful for backwards compatability. It is still possible to use native + useful for backwards compatibility. It is still possible to use native in-band inspection when Ironic Inspector is enabled by setting ``inspect_interface`` to ``agent``. Please see the Ironic documentation for more details.