From c8763bba064efd7024e57ad2be4973393ce8aac7 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Mon, 10 Feb 2025 09:41:16 -0800 Subject: [PATCH] follow-up: update release note for bootable container work Updates the release note for the bootable container work to clarify the existence of the configuration option which can be utilized to disable bootable container deployments in the ramdisk. Change-Id: I5b269947884c015db38cf98ac782472a62858455 --- .../notes/add-support-for-bootc-70b8a4546b176ab4.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/releasenotes/notes/add-support-for-bootc-70b8a4546b176ab4.yaml b/releasenotes/notes/add-support-for-bootc-70b8a4546b176ab4.yaml index db4c32dd5..4a3049334 100644 --- a/releasenotes/notes/add-support-for-bootc-70b8a4546b176ab4.yaml +++ b/releasenotes/notes/add-support-for-bootc-70b8a4546b176ab4.yaml @@ -1,5 +1,8 @@ --- features: - | - Adds support to Ironic-Python-Agent for it to facilitate deployment - of bootable containers. + Adds support to Ironic-Python-Agent to facilitate deployment + of bootable containers. This is an experimental feature for + standalone users. Operators wishing to disable this feature, + can leverage the ``[DEFAULT]disable_bootc_deploy`` option in + ``ironic-python-agent.conf``.