From 230b330583cb43f50d7328c613690352a16d72e2 Mon Sep 17 00:00:00 2001 From: Ruby Loo Date: Mon, 19 Sep 2016 18:00:41 -0400 Subject: 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 --- etc/ironic/ironic.conf.sample | 6 +++--- ironic/conf/ilo.py | 2 +- 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 = # 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 ' -- cgit v1.2.1