Merge "Add key-manager to sevice catalog"

This commit is contained in:
Zuul 2019-08-04 20:26:15 +00:00 committed by Gerrit Code Review
commit 2b46ef71e3
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class RequestContext(context.RequestContext):
self.service_catalog = [s for s in service_catalog
if s.get('type') in
('identity', 'compute', 'object-store',
'image')]
'image', 'key-manager')]
else:
# if list is empty or none
self.service_catalog = []