Merge "Add key-manager to sevice catalog"
This commit is contained in:
commit
2b46ef71e3
@ -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 = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user