Reviewed: https://review.opendev.org/c/openstack/neutron/+/942387 Committed: https://opendev.org/openstack/neutron/commit/3fbb88b47218d1fb18664ef72c0400ee796a6608 Submitter: "Zuul (22348)" Branch: master
commit 3fbb88b47218d1fb18664ef72c0400ee796a6608 Author: Alexey Stupnikov <[email protected]> Date: Thu Feb 20 18:45:28 2025 +0100 [ovn][trivial] Add 'empty_string_filtering' extension to OVN Closes-bug: #2098996 Change-Id: I2b13e120b3c5961f78c169f6776e0dfb958fa83e ** 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/2098996 Title: empty_string_filtering extension is not enabled for ML2/OVN Status in neutron: Fix Released Bug description: For some reason empty_string_filtering extension is not enabled for ML2/OVN. As a result, requests like "openstack port list --device- owner '' --long" produce ambiguous outputs: instead of providing list of ports with undefined device_owner field, it drops device_owner filter from considerations and provides complete list of ports. In some cases this may not have a simple workaround via grep when filter option is not printed in CLI output. The fix is relatively simple: to add empty_string_filtering.ALIAS to ML2_SUPPORTED_API_EXTENSIONS. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/2098996/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

