Comment 1 for bug 2059902

Revision history for this message
Brian Haley (brian-haley) wrote :

So the neutron API has been behaving this way forever - if the filter key given is not in the object definition it is ignored - see neutron_lib/db/model_query.py:apply_filters() for reference.

Any change to this behavior would have to be opt-in to not break backwards compatibility, so via an extension that is not enabled by default. This is just a thought.

What do other services do? For example, Nova?