summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuby Loo <ruby.loo@intel.com>2016-09-19 18:00:41 -0400
committerRuby Loo <ruby.loo@intel.com>2016-09-19 18:00:41 -0400
commit230b330583cb43f50d7328c613690352a16d72e2 (patch)
tree9fce5470592d9d9d2a709222fa0bbd416037f559
parent091ac2b01282352c80ea26c7120a78fbac1e0203 (diff)
downloadironic-230b330583cb43f50d7328c613690352a16d72e2.tar.gz
Adds a missing space in a help string
This adds a missing space int he default_boot_mode configuration option's help string. Change-Id: I08cbbc04b7ee636e6a62ed28dd355303d2ae525f
-rw-r--r--etc/ironic/ironic.conf.sample6
-rw-r--r--ironic/conf/ilo.py2
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/ironic/ironic.conf.sample b/etc/ironic/ironic.conf.sample
index 0662abfe7..4068a1d6b 100644
--- a/etc/ironic/ironic.conf.sample
+++ b/etc/ironic/ironic.conf.sample
@@ -1358,9 +1358,9 @@
#ca_file = <None>
# Default boot mode to be used in provisioning when
-# "boot_mode" capability is not provided in
-# the"properties/capabilities" of the node. The default is
-# "auto" for backward compatibility. When "auto" is specified,
+# "boot_mode" capability is not provided in the
+# "properties/capabilities" of the node. The default is "auto"
+# for backward compatibility. When "auto" is specified,
# default boot mode will be selected based on boot mode
# settings on the system. (string value)
# Allowed values: auto, bios, uefi
diff --git a/ironic/conf/ilo.py b/ironic/conf/ilo.py
index abda84cd4..0b0cc7cde 100644
--- a/ironic/conf/ilo.py
+++ b/ironic/conf/ilo.py
@@ -84,7 +84,7 @@ opts = [
default='auto',
choices=['auto', 'bios', 'uefi'],
help=_('Default boot mode to be used in provisioning when '
- '"boot_mode" capability is not provided in the'
+ '"boot_mode" capability is not provided in the '
'"properties/capabilities" of the node. The default is '
'"auto" for backward compatibility. When "auto" is '
'specified, default boot mode will be selected based '