Update message as per i18n

Change-Id: Iffd22fb6c634047a52a38b3ab78205255fe46047
This commit is contained in:
Janonymous 2016-09-23 11:22:11 +05:30 committed by Jaivish Kothari(janonymous)
parent 98e27df5d7
commit cf337db2ea
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ neutron_opts = [
binding_opts = [
cfg.StrOpt('veth_dst_prefix',
default='eth',
help=('The name prefix of the veth endpoint put inside the '
help=_('The name prefix of the veth endpoint put inside the '
'container.')),
cfg.StrOpt('driver',
default='kuryr.lib.binding.drivers.veth',