diff --git a/cinder/api/v3/snapshots.py b/cinder/api/v3/snapshots.py index 2595cf02540..0c0d7afd25e 100644 --- a/cinder/api/v3/snapshots.py +++ b/cinder/api/v3/snapshots.py @@ -72,7 +72,6 @@ class SnapshotsController(snapshots_v2.SnapshotsController): def _items(self, req, is_detail=True): """Returns a list of snapshots, transformed through view builder.""" context = req.environ['cinder.context'] - req_version = req.api_version_request # Pop out non search_opts and create local variables search_opts = req.GET.copy() sort_keys, sort_dirs = common.get_sort_params(search_opts)