Address a nit in comment in 79dac41fee,
as it is the first patch of the series, fix it here together with other
possible nits in the future reviews to avoid rebases.

Part of blueprint abort-live-migration-in-queued-status

Change-Id: I2aa39fa38f2d6720b41289f7f710645f2cdb82be
This commit is contained in:
Kevin_Zheng
2018-07-17 19:38:20 +08:00
parent 4cae503767
commit 8965b1c65b
+1 -1
View File
@@ -531,7 +531,7 @@ class ComputeManager(manager.Manager):
# ncpu * 5 which is probably much higher than anyone would sanely
# use for concurrently running live migrations.
self._live_migration_executor = futures.ThreadPoolExecutor()
# This is a dict, keyed by migration uuid, to a two-item tuple of
# This is a dict, keyed by instance uuid, to a two-item tuple of
# migration object and Future for the queued live migration.
self._waiting_live_migrations = {}