← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1837553] Re: Neutron api-ref should mention that list of e.g. IDs is supported in GET requests

 

Reviewed:  https://review.opendev.org/673221
Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=aaae83acaac5f58918ff53613b4de20bbfe30d81
Submitter: Zuul
Branch:    master

commit aaae83acaac5f58918ff53613b4de20bbfe30d81
Author: chenxing <chason.chan@xxxxxxxxxxx>
Date:   Mon Jul 29 15:30:32 2019 +0800

    Mention that list of e.g. IDs is supported in GET requests
    
    Change-Id: Ia275a8068aad110ff4225d6ac2cbdfa1a877b3e5
    Closes-Bug: #1837553


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

Title:
  Neutron api-ref should mention that list of e.g. IDs is supported in
  GET requests

Status in neutron:
  Fix Released

Bug description:
  It is supported behaviour that e.g. request like

  GET /v2.0/ports?id=<port_id_A>&id=<port_id_B>

  should treat ID filters as list and return ports with those 2 IDs.

  And it is like that also for other resources. But it isn't documented
  in API-REF and that should be updated in docs.

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


References