diff --git a/nova/context.py b/nova/context.py index 68dcdad61842..02549f31b13b 100644 --- a/nova/context.py +++ b/nova/context.py @@ -102,8 +102,8 @@ class RequestContext(context.RequestContext): if service_catalog: # Only include required parts of service_catalog self.service_catalog = [s for s in service_catalog - if s.get('type') in ('volume', 'volumev2', 'key-manager', - 'placement')] + if s.get('type') in ('volume', 'volumev2', 'volumev3', + 'key-manager', 'placement')] else: # if list is empty or none self.service_catalog = []