From 1f92f2f91092ba2c444dd56a438fbddc321d6e4a Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 9 Jan 2018 19:59:39 -0500 Subject: [PATCH] Fix comment in MigrationSortContext This cleans up a mistake from I2a6d21752b385ebd1e95ec9fe3d18b78a4017bb3. Change-Id: I72e7e22e1bbed12fc90f3adbc6c49dca78c97cf1 --- nova/compute/migration_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/compute/migration_list.py b/nova/compute/migration_list.py index a2a7db6ae2..dea051b7df 100644 --- a/nova/compute/migration_list.py +++ b/nova/compute/migration_list.py @@ -27,7 +27,7 @@ class MigrationSortContext(multi_cell_list.RecordSortContext): sort_dirs = ['desc', 'desc'] if 'uuid' not in sort_keys: - # Add uuid into the list of sort_keys which Since we're striping + # Add uuid into the list of sort_keys. Since we're striping # across cell databases here, many sort_keys arrangements will # yield nothing unique across all the databases to give us a stable # ordering, which can mess up expected client pagination behavior.