Fix typo: add a missing white space

Change-Id: I10397282c17c9ea2487984448fcec1aa33319356
This commit is contained in:
KATO Tomoyuki
2015-09-29 09:59:43 +09:00
parent efb8b2abb6
commit b2a2990575
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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')