Merge "blank was missed in config help message"

stable/ocata
Jenkins 2016-09-26 06:31:59 +00:00 committed by Gerrit Code Review
commit 29cb4fe300
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ L2GW_OPTS = [
cfg.StrOpt('l2gw_callback_class',
default='networking_l2gw.services.l2gateway.ovsdb.'
'data.L2GatewayOVSDBCallbacks',
help=_('L2 gateway plugin callback class where the'
help=_('L2 gateway plugin callback class where the '
'RPCs from the agent are going to get invoked'))
]