← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2098996] [NEW] empty_string_filtering extension is not enabled for ML2/OVN

 

Public bug reported:

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.

** Affects: neutron
     Importance: Undecided
     Assignee: Alexey Stupnikov (astupnikov)
         Status: In Progress


** Tags: api

** Changed in: neutron
     Assignee: (unassigned) => Alexey Stupnikov (astupnikov)

-- 
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:
  In Progress

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



Follow ups