From 833c45ea82e440c133d1fc3d1c9d4f50efc0b76a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= <radoslaw.piliszek@gmail.com>
Date: Fri, 4 Mar 2022 21:22:48 +0100
Subject: [PATCH] [TrivialFix] Remove old comment

Ironic is dropping default_boot_option and the new default has
been around for quite a while now so let's remove this old
scary comment.

Change-Id: I80d645cb97251ac63e04d7ec1c87d4600d17d4ee
---
 ansible/roles/ironic/templates/ironic.conf.j2 | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/ansible/roles/ironic/templates/ironic.conf.j2 b/ansible/roles/ironic/templates/ironic.conf.j2
index 77bbc3f208..7c4246cba9 100644
--- a/ansible/roles/ironic/templates/ironic.conf.j2
+++ b/ansible/roles/ironic/templates/ironic.conf.j2
@@ -1,10 +1,3 @@
-# NOTE(mgoddard): Ironic is changing the default value of [deploy]
-# default_boot_option from 'netboot' to 'local'. If the option is not set,
-# ironic will log a warning during the transition period. Even so,
-# kolla-ansible should not set a value for this option as the warning is
-# intended to inform operators of the impending change. The warning may be
-# suppressed by the deployer by setting a value for the option.
-
 [DEFAULT]
 {% if not ironic_enable_keystone_integration | bool %}
 auth_strategy = noauth