← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1622672] Re: Unknown filters aren't validated by the API

 

Reviewed:  https://review.openstack.org/365659
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c8f208c4656f4252dba0719558e5b476d337b126
Submitter: Jenkins
Branch:    master

commit c8f208c4656f4252dba0719558e5b476d337b126
Author: Victor Morales <victor.morales@xxxxxxxxx>
Date:   Mon Sep 5 08:50:06 2016 -0500

    Make optional the validation of filters
    
    This fix covers the cases where it's required to be
    flexible in the validation of unknown filters.
    
    Change-Id: I1becad77d48556181c5667ad06b2971b8b8517b2
    Partially-Implements: blueprint adopt-oslo-versioned-objects-for-db
    Closes-Bug: #1622672


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

Title:
  Unknown filters aren't validated by the API

Status in neutron:
  Fix Released

Bug description:
  During the integration of Subnet Olso-Versioned Object, Artur
  discovered[1] that there are some cases where the API receives filters
  which are not defined in the model. It's necessary to modify the
  current implementation of OVO to support cases like:

  * Using 'admin_state_up' in Subnet model class.
  * Using 'network_id' and 'router:external' as filters for Network model class.

  [1] http://lists.openstack.org/pipermail/openstack-
  dev/2016-July/100286.html

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


References