← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1818317] Re: Network filtering by MTU is not supported with the "net-mtu-writable" module

 

Reviewed:  https://review.openstack.org/642900
Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=31bad8c63742b92d900546df741b086a229a0db7
Submitter: Zuul
Branch:    master

commit 31bad8c63742b92d900546df741b086a229a0db7
Author: Hongbin Lu <hongbin.lu@xxxxxxxxxx>
Date:   Tue Mar 12 21:44:51 2019 +0000

    Allow filtering/sorting by the 'mtu' field
    
    Change-Id: I4096a9884aec25758438c2f7bd8df212eec20796
    Closes-Bug: #1818317


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1818317

Title:
  Network filtering by MTU is not supported with the "net-mtu-writable"
  module

Status in neutron:
  Fix Released

Bug description:
  Read-only (https://github.com/openstack/neutron-
  lib/blob/fc2a81058bfd3ba9fd3501660156c71ff1c8129c/neutron_lib/api/definitions/network_mtu.py#L51..L52)
  MTU supports listing, however writable "net-mtu-writable"
  (https://github.com/openstack/neutron-
  lib/blob/fc2a81058bfd3ba9fd3501660156c71ff1c8129c/neutron_lib/api/definitions/network_mtu_writable.py#L54..L56)
  doesn't support filtering by MTU:

  Bad request with: [GET http://192.168.200.182:9696/v2.0/networks?mtu=1450&name=TESTACC-ZtUqAVkR]:
  {"NeutronError": {"message": "[u'mtu'] is invalid attribute for filtering", "type": "HTTPBadRequest", "detail": ""}}

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1818317/+subscriptions


References