summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/incubator/volumes.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/nova/api/openstack/incubator/volumes.py b/nova/api/openstack/incubator/volumes.py
index 7a5b2c1d0..47b86216e 100644
--- a/nova/api/openstack/incubator/volumes.py
+++ b/nova/api/openstack/incubator/volumes.py
@@ -339,9 +339,8 @@ class Volumes(extensions.ExtensionDescriptor):
# NOTE(justinsb): No way to provide singular name ('volume')
# Does this matter?
res = extensions.ResourceExtension('volumes',
- VolumeController(),
- collection_actions=
- {'detail': 'GET'}
+ VolumeController(),
+ collection_actions={'detail': 'GET'}
)
resources.append(res)