We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7d4fd commit 31df378Copy full SHA for 31df378
keystone/catalog/controllers.py
@@ -58,7 +58,7 @@ def get_endpoints(self, context):
58
self.assert_admin(context)
59
legacy_endpoints = {}
60
for endpoint in self.catalog_api.list_endpoints(context):
61
- if not endpoint['legacy_endpoint_id']:
+ if not endpoint.get('legacy_endpoint_id'):
62
# endpoints created in v3 should not appear on the v2 API
63
continue
64
0 commit comments