yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #02981
[Bug 1175060] Re: MTU for interface is configured as string and not integer
** Changed in: quantum
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to quantum.
https://bugs.launchpad.net/bugs/1175060
Title:
MTU for interface is configured as string and not integer
Status in OpenStack Quantum (virtual network service):
Fix Released
Bug description:
cfg.StrOpt('network_device_mtu',
help=_('MTU setting for device.')),
This should be:
cfg.IntOpt('network_device_mtu',
help=_('MTU setting for device.')),
To manage notifications about this bug go to:
https://bugs.launchpad.net/quantum/+bug/1175060/+subscriptions