summaryrefslogtreecommitdiff
path: root/cinderclient/v3/group_snapshots.py
diff options
context:
space:
mode:
Diffstat (limited to 'cinderclient/v3/group_snapshots.py')
-rw-r--r--cinderclient/v3/group_snapshots.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/v3/group_snapshots.py b/cinderclient/v3/group_snapshots.py
index ed7fe79..9225995 100644
--- a/cinderclient/v3/group_snapshots.py
+++ b/cinderclient/v3/group_snapshots.py
@@ -96,7 +96,7 @@ class GroupSnapshotManager(base.ManagerWithFind):
:param search_opts: search options
:rtype: list of :class:`GroupSnapshot`
"""
- query_string = utils.build_query_param(search_opts)
+ query_string = utils.build_query_param(search_opts, sort=True)
detail = ""
if detailed: