summaryrefslogtreecommitdiff
path: root/cinderclient/v1/volumes.py
diff options
context:
space:
mode:
Diffstat (limited to 'cinderclient/v1/volumes.py')
-rw-r--r--cinderclient/v1/volumes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/v1/volumes.py b/cinderclient/v1/volumes.py
index 699c4ea..8e25f40 100644
--- a/cinderclient/v1/volumes.py
+++ b/cinderclient/v1/volumes.py
@@ -203,7 +203,7 @@ class VolumeManager(base.ManagerWithFind):
if limit:
search_opts['limit'] = limit
- query_string = utils.build_query_param(search_opts, True)
+ query_string = utils.build_query_param(search_opts, sort=True)
detail = ""
if detailed: