diff options
| author | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-29 15:43:38 -0700 |
|---|---|---|
| committer | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-29 15:43:38 -0700 |
| commit | 034a841cbac8e73c55e9525df7360a068fe9d892 (patch) | |
| tree | ab540f25eb051a37e319503f781ffdc98bec3e89 /nova/api | |
| parent | e86f58261ee6acb8705106d3de61be0de488d94b (diff) | |
pep8 fixes
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/incubator/volumes.py | 5 |
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) |
