Merge "Address nit in 79dac41fee178dabb547f4d7bc10609630767131"

This commit is contained in:
Zuul 2018-07-18 18:05:09 +00:00 committed by Gerrit Code Review
commit c54428cfe1
1 changed files with 1 additions and 1 deletions

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 = {}