← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1926149] Re: [OVN] Neutron server is filter by "subnet:segment_id", but not when OVS is used

 

Reviewed:  https://review.opendev.org/c/openstack/neutron/+/787956
Committed: https://opendev.org/openstack/neutron/commit/4d61903bb8bc4917475d35d88c6de3e6ca0b9873
Submitter: "Zuul (22348)"
Branch:    master

commit 4d61903bb8bc4917475d35d88c6de3e6ca0b9873
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date:   Mon Apr 26 10:53:22 2021 +0000

    [OVN] Add "filter-validation" extension to supported list
    
    Change-Id: Ib26296d5a0e3a1f25b14d90f66fd53ad87ffe93c
    Closes-Bug: #1926149


** 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/1926149

Title:
  [OVN] Neutron server is filter by "subnet:segment_id", but not when
  OVS is used

Status in neutron:
  Fix Released

Bug description:
  When OVN backend is used, a manual HTTP request to retrieve the
  subnets filtering by segment ID works fine:
  http://paste.openstack.org/

  When OVS backend is used, this request returns:
  {
      "NeutronError": {
          "type": "HTTPBadRequest",
          "message": "['segment_id'] is invalid attribute for filtering",
          "detail": ""
      }
  }

  OVN does not have, in the ML2 supported list extensions, the extension
  "filter-validation".

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


References