summaryrefslogtreecommitdiff
path: root/keystoneclient/service_catalog.py
diff options
context:
space:
mode:
authorLiem Nguyen <liem.m.nguyen@gmail.com>2012-05-23 18:16:50 +0000
committerAdam Young <ayoung@redhat.com>2012-07-03 17:26:34 -0400
commitabc7c47c18f54c33668e9862fac614b7ce1d6d0a (patch)
treec3391d09de94271bd69a7dc59fa84234cb603aa7 /keystoneclient/service_catalog.py
parent29be6d081df065e3075f963199641c59b23007cc (diff)
downloadpython-keystoneclient-abc7c47c18f54c33668e9862fac614b7ce1d6d0a.tar.gz
Support 2-way SSL with Keystone server if it is configured to enforce
2-way SSL. See also https://review.openstack.org/#/c/7706/ for the corresponding review for the 2-way SSL addition to Keystone. Change-Id: If0cb46a43d663687396d93604a7139d85a4e7114
Diffstat (limited to 'keystoneclient/service_catalog.py')
-rw-r--r--keystoneclient/service_catalog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/service_catalog.py b/keystoneclient/service_catalog.py
index b78d019..faff74b 100644
--- a/keystoneclient/service_catalog.py
+++ b/keystoneclient/service_catalog.py
@@ -39,7 +39,7 @@ class ServiceCatalog(object):
return token
def url_for(self, attr=None, filter_value=None,
- service_type='identity', endpoint_type='publicURL'):
+ service_type='identity', endpoint_type='publicURL'):
"""Fetch an endpoint from the service catalog.
Fetch the specified endpoint from the service catalog for