diff options
Diffstat (limited to 'nova/context.py')
-rw-r--r-- | nova/context.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/context.py b/nova/context.py index 76c0086f63..90aaa14a39 100644 --- a/nova/context.py +++ b/nova/context.py @@ -118,7 +118,8 @@ class RequestContext(context.RequestContext): # Only include required parts of service_catalog self.service_catalog = [s for s in service_catalog if s.get('type') in ('image', 'block-storage', 'volumev3', - 'key-manager', 'placement', 'network')] + 'key-manager', 'placement', 'network', + 'accelerator')] else: # if list is empty or none self.service_catalog = [] |