← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1828565] Re: OSC cannot list endpoint groups by name

 

Reviewed:  https://review.opendev.org/658359
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=6cdb3a8374599a95303dc9bf14dbe96c2d4c0f16
Submitter: Zuul
Branch:    master

commit 6cdb3a8374599a95303dc9bf14dbe96c2d4c0f16
Author: Jose Castro Leon <jose.castro.leon@xxxxxxx>
Date:   Fri Apr 26 16:59:18 2019 +0200

    Allow to filter endpoint groups by name
    
    While using the openstack client command, the list on endpoint filters
    cannot be filtered by name. This adds an optional parameter on the query
    to allow the name to be specified as filter. This fixes the behavior on
    OSC to search.
    
    Change-Id: Ia1cbc9f4ded8f2494b1bf7ba5e953be0dfaf11f5
    Closes-Bug: #1828565


** Changed in: keystone
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1828565

Title:
  OSC cannot list endpoint groups by name

Status in OpenStack Identity (keystone):
  Fix Released

Bug description:
  While using the openstack cli and searching by name as any other
  resource available, it sends as a query parameter the name of the
  resource to search.

  This value gets ignored in keystone resulting in the whole list of
  endpoint groups returned.

  On the openstack cli side, as it returns more than one entry, it
  throws an error like:

  
  $ openstack endpoint group show eg_name
  More than one endpointgroup exists with the name 'eg_name'.

  
  This is due to a missing filter in the API for listing endpoint_groups by name.

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


References