Merge "Disable 'supports_migrate_to_same_host' HyperV driver capability"

This commit is contained in:
Jenkins 2016-10-04 13:26:34 +00:00 committed by Gerrit Code Review
commit 78d9e05cbd
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,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
}