MTU for interface is configured as string and not integer

Bug #1175060 reported by Gary Kotton
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Fix Released
Medium
Gary Kotton

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.')),

Tags: l3-ipam-dhcp
Gary Kotton (garyk)
Changed in quantum:
milestone: none → havana-1
assignee: nobody → Gary Kotton (garyk)
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to quantum (master)

Fix proposed to branch: master
Review: https://review.openstack.org/27892

Changed in quantum:
status: New → In Progress
tags: added: l3-ipam-dhcp
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to quantum (master)

Reviewed: https://review.openstack.org/27892
Committed: http://github.com/openstack/quantum/commit/2c62e14a0e89cacc865936d0f7f418b172ea07e9
Submitter: Jenkins
Branch: master

commit 2c62e14a0e89cacc865936d0f7f418b172ea07e9
Author: Gary Kotton <email address hidden>
Date: Wed May 1 07:04:45 2013 +0000

    Set network_device_mtu as integer

    Fixes bug 1175060

    Change-Id: Ibce28db0575dd6d6f1f998a7b8d6603f3d6dba63

Changed in quantum:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in quantum:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in neutron:
milestone: havana-1 → 2013.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.