Merge "Disable 'supports_migrate_to_same_host' HyperV driver capability"
This commit is contained in:
commit
2b6a2767bc
@ -96,7 +96,7 @@ class HyperVDriver(driver.ComputeDriver):
|
||||
capabilities = {
|
||||
"has_imagecache": True,
|
||||
"supports_recreate": False,
|
||||
"supports_migrate_to_same_host": True,
|
||||
"supports_migrate_to_same_host": False,
|
||||
"supports_attach_interface": True,
|
||||
"supports_device_tagging": True,
|
||||
}
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- The Hyper-V driver no longer accepts cold migrating
|
||||
instances to the same host. Note that this does not
|
||||
apply to resizes, in which case this is still allowed.
|
Loading…
x
Reference in New Issue
Block a user