keystoneauth/keystoneauth1/exceptions
Jamie Lennox d652305145 Raise error if loader is provided name without id
For v3 if you provide project_name or user_name without the
corresponding id it is going to fail. To get around this OSC and OCC
have been doing pre plugin loading validation checks.

Now that loading is separate from the plugin itself it makes sense that
we can enforce certain requirements on plugin loaders such that only
valid configurations may be loaded.

Change-Id: Ife6ff07214d702d76ce8b1d0e87f60f732aa0230
2015-09-01 13:58:53 +10:00
..
__init__.py Move to the keystoneauth1 namespace 2015-06-25 16:48:54 -07:00
auth_plugins.py Raise error if loader is provided name without id 2015-09-01 13:58:53 +10:00
auth.py Use human readable exception messages 2015-08-13 11:24:33 -06:00
base.py Use human readable exception messages 2015-08-13 11:24:33 -06:00
catalog.py Clean up exception messages 2015-08-18 12:18:03 -06:00
connection.py Clean up exception messages 2015-08-18 12:18:03 -06:00
discovery.py Clean up exception messages 2015-08-18 12:18:03 -06:00
http.py Move to the keystoneauth1 namespace 2015-06-25 16:48:54 -07:00
response.py Clean up exception messages 2015-08-18 12:18:03 -06:00
service_providers.py Move to the keystoneauth1 namespace 2015-06-25 16:48:54 -07:00