diff options
| author | Jamie Lennox <jamielennox@redhat.com> | 2014-06-04 10:56:56 +1000 |
|---|---|---|
| committer | Jamie Lennox <jamielennox@redhat.com> | 2014-06-11 08:48:30 +1000 |
| commit | 832d89681cd1c2470375a10d87018be7bf8d0ed9 (patch) | |
| tree | 030ce2d6f6204a2a2c8c1147b6b011f9bb4804ee /keystoneclient/auth/base.py | |
| parent | 39ab20f609170bea9282bc6ccfd68159cd58eeca (diff) | |
| download | python-keystoneclient-832d89681cd1c2470375a10d87018be7bf8d0ed9.tar.gz | |
Add service_name to URL discovery
The catalog was recently enhanced to allow filtering based on the
service_name so this should be passed on to endpoint filtering.
Change-Id: If08fcdba9719f6aacdcbbb6b951117f4f544f9ca
Diffstat (limited to 'keystoneclient/auth/base.py')
| -rw-r--r-- | keystoneclient/auth/base.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keystoneclient/auth/base.py b/keystoneclient/auth/base.py index 4e2b585..2329905 100644 --- a/keystoneclient/auth/base.py +++ b/keystoneclient/auth/base.py @@ -44,6 +44,7 @@ class BaseAuthPlugin(object): will be generated by the clients and should be used by plugins: - ``service_type``: what sort of service is required. + - ``service_name``: the name of the service in the catalog. - ``interface``: what visibility the endpoint should have. - ``region_name``: the region the endpoint exists in. |
