Codebase list python-castellan / 6a15175
Merge "Don't expect barbican service name to be barbican." Zuul authored 3 years ago Gerrit Code Review committed 3 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
197197 return endpoint_data.url
198198 else:
199199 service_parameters = {'service_type': 'key-manager',
200 'service_name': 'barbican',
201200 'interface': barbican.barbican_endpoint_type}
202201 return auth.get_endpoint(sess, **service_parameters)
203202