Clearup duplicate req_version variable

In the method '_items', req_version is doubled, so remove one.

Change-Id: I5a7446a3843eeb192092a2aff74b254527f4eae5
This commit is contained in:
junboli 2018-04-21 17:40:36 +08:00
parent 8efee51cae
commit 47ed682128

View File

@ -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)