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
This commit is contained in:
Ruby Loo
2016-09-19 18:00:41 -04:00
parent 091ac2b012
commit 230b330583
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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
+1 -1
View File
@@ -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 '