Fix typo: add a missing white space
Change-Id: I10397282c17c9ea2487984448fcec1aa33319356
This commit is contained in:
@@ -1167,7 +1167,7 @@
|
||||
# Options defined in ironic.common.keystone
|
||||
#
|
||||
|
||||
# The region used for getting endpoints of OpenStackservices.
|
||||
# The region used for getting endpoints of OpenStack services.
|
||||
# (string value)
|
||||
#region_name=<None>
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ CONF = cfg.CONF
|
||||
keystone_opts = [
|
||||
cfg.StrOpt('region_name',
|
||||
help=_('The region used for getting endpoints of OpenStack'
|
||||
'services.')),
|
||||
' services.')),
|
||||
]
|
||||
|
||||
CONF.register_opts(keystone_opts, group='keystone')
|
||||
|
||||
Reference in New Issue
Block a user