Remove extra space in help string
Extra spaces make the openstack-manuals tests fail with a niceness error. This patch removes an extra space at the end of a help string. Change-Id: I29bab90ea5a6f648c4539c7cd20cd9b2b63055c2
This commit is contained in:
parent
8dfecb9d84
commit
d59635e954
@ -25,7 +25,7 @@ eswitch_opts = [
|
||||
"hostdev")),
|
||||
cfg.BoolOpt('apply_profile_patch',
|
||||
default=False,
|
||||
help=_("Enable server compatibility with old nova ")),
|
||||
help=_("Enable server compatibility with old nova")),
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user