Public bug reported:

Currently, 'find_resource_by_name_or_id' method cannot support the query
for resources registered by client_extension framework.

Issue noticed:

'find_resource_by_name_or_id' blindly makes a call to ' obj_lister =
getattr(client, "list_%s" % cmd_resource_plural)' which is incorrect in
case of resources registered via client_extension framework. Please
note, resources registered via  client_extension framework doesn't have
specific list_xxx functions as per their resource name.

** Affects: python-neutronclient
     Importance: Undecided
         Status: New

** Project changed: neutron => python-neutronclient

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1549621

Title:
  client-ext-support-for-find_resource_by_name_or_id

Status in python-neutronclient:
  New

Bug description:
  Currently, 'find_resource_by_name_or_id' method cannot support the
  query for resources registered by client_extension framework.

  Issue noticed:

  'find_resource_by_name_or_id' blindly makes a call to ' obj_lister =
  getattr(client, "list_%s" % cmd_resource_plural)' which is incorrect
  in case of resources registered via client_extension framework. Please
  note, resources registered via  client_extension framework doesn't
  have specific list_xxx functions as per their resource name.

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-neutronclient/+bug/1549621/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to