Fix migrate action failure
disk_over_commit flag was removed in Nova API microversion 2.25(Mitaka). Since current watcher nova default api version is 2.53(Pike), this patch removes disk_over_commit flag. Change-Id: Ib141505b9e8cb41997b29c1762e387b1f84f5143 Closes-Bug: #1720054
This commit is contained in:
parent
ee36bb8180
commit
816765374d
@ -454,8 +454,7 @@ class NovaHelper(object):
|
||||
"Instance %s found on host '%s'." % (instance_id, host_name))
|
||||
|
||||
instance.live_migrate(host=dest_hostname,
|
||||
block_migration=block_migration,
|
||||
disk_over_commit=True)
|
||||
block_migration=block_migration)
|
||||
|
||||
instance = self.nova.servers.get(instance_id)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user