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:
@@ -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
@@ -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 '
|
||||
|
||||
Reference in New Issue
Block a user