openstack-python-openstackc.../openstackclient/common
Terry Howe 0b2987fef3 Fix find_resource for keystone and cinder
The find_resource method had two hacks in in to support cinder
and keystone and I have removed those in favor of a monkey patch
for cinder.

The find_resource method used to attempt to UUID parse the id, but
it would do a manager.get anyway.  I changed it to skip the UUID
parsing.  This will make things run minorly faster and it supports
LDAP for keystone.

The find_resource used to attempt to use display_name=name_or_id
when finding.  This was a hack for cinder support, but it breaks
keystone because keystone totally messes up with the bogus filter
and keystone refuses to fix it.

Change-Id: I66e45a6341f704900f1d5321a0e70eac3d051665
Closes-Bug: #1306699
2014-06-17 10:24:26 -06:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
clientmanager.py replace string format arguments with function parameters 2014-05-20 13:49:56 +02:00
commandmanager.py Clean up logging levels 2014-06-13 17:15:17 -05:00
exceptions.py Upgraded to PEP8 1.3.3 to stay aligned with Nova, etc. 2013-01-31 13:31:41 -06:00
extension.py Add support for extension list 2014-06-11 13:40:30 -06:00
limits.py replace string format arguments with function parameters 2014-05-20 13:49:56 +02:00
module.py replace string format arguments with function parameters 2014-05-20 13:49:56 +02:00
openstackkeyring.py Merge "Rename Openstack to OpenStack" 2014-02-21 01:36:26 +00:00
parseractions.py Add security group commands 2013-07-29 19:07:22 -05:00
quota.py replace string format arguments with function parameters 2014-05-20 13:49:56 +02:00
restapi.py Bring RESTApi closer to ithe imminent keystoneclient.Session 2013-12-03 14:26:46 -06:00
utils.py Fix find_resource for keystone and cinder 2014-06-17 10:24:26 -06:00