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