Fixes several misc typos in scheduler code

Change-Id: Id7d86e3be34b650a63679ba086abcb13dfac2eb8
Closes-bug: #1234902
This commit is contained in:
Alex Glikson
2013-10-03 21:47:52 +02:00
parent 8ab58da5f9
commit 0c86a54753

View File

@@ -70,7 +70,7 @@ class SchedulerAPI(rpcclient.RpcProxy):
2.7 - Add select_destinations()
2.8 - Deprecate prep_resize() -- JUST KIDDING. It is still used
by the compute manager for retries.
2.9 - Added the leagacy_bdm_in_spec parameter to run_instance()
2.9 - Added the legacy_bdm_in_spec parameter to run_instance()
2.10 - Deprecated live_migration() call, moved to conductor
'''