summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadosław Piliszek <radoslaw.piliszek@gmail.com>2022-08-26 12:11:57 +0200
committerRadosław Piliszek <radoslaw.piliszek@gmail.com>2022-08-26 13:17:43 +0200
commit721439242f5bd8a64c78cd241deb2dccf61daab0 (patch)
tree7b741559b159a39b8bfefb6f462f4747eb9b9ff4
parentb7c16af45a50b2d5f55651fc17492154bc8acc46 (diff)
downloadironic-721439242f5bd8a64c78cd241deb2dccf61daab0.tar.gz
[config-doc] Fix help for default_boot_mode
default_boot_mode is effective regardless of the management interface capabilities as it also sets the default for the boot image used. Change-Id: I012aa4067f8fa54eab7a2b860259d1aea5b94955
-rw-r--r--ironic/conf/deploy.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/ironic/conf/deploy.py b/ironic/conf/deploy.py
index 6ae080c83..198e0ac95 100644
--- a/ironic/conf/deploy.py
+++ b/ironic/conf/deploy.py
@@ -133,9 +133,7 @@ opts = [
'to set an explicit value for this option, and if the '
'setting or default differs from nodes, to ensure that '
'nodes are configured specifically for their desired '
- 'boot mode. This option '
- 'only has effect when management interface supports '
- 'boot mode management') % {
+ 'boot mode.') % {
'bios': boot_modes.LEGACY_BIOS,
'uefi': boot_modes.UEFI}),
cfg.BoolOpt('configdrive_use_object_store',