Remove unused imports and variables from OS API
Also spotted and fixed a bug in multinic compute extension (extension.* was typoed as extensions.*) Also noted a potential bug in 'virtual_storage_arrays' extension Change-Id: Iee2f67b13b3e321f8de3df5684c1c9eb13db95eb
This commit is contained in:
@@ -67,5 +67,6 @@ def live_migration(context, block_migration, disk_over_commit,
|
||||
"topic": topic,
|
||||
"block_migration": block_migration,
|
||||
"disk_over_commit": disk_over_commit}
|
||||
return _call_scheduler("live_migration", context=context,
|
||||
params=params)
|
||||
# NOTE(comstud): Call vs cast so we can get exceptions back, otherwise
|
||||
# this call in the scheduler driver doesn't return anything.
|
||||
_call_scheduler("live_migration", context=context, params=params)
|
||||
|
Reference in New Issue
Block a user