← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1828565] [NEW] OSC cannot list endpoint groups by name

 

Public bug reported:

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.

** Affects: keystone
     Importance: Undecided
         Status: New

-- 
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):
  New

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


Follow ups