Merge "Trivial: Sync renamed driver capability"

This commit is contained in:
Zuul 2018-08-02 14:32:03 +00:00 committed by Gerrit Code Review
commit 2513599af7
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ exception_conversion_map = {
class HyperVDriver(driver.ComputeDriver):
capabilities = {
"has_imagecache": True,
"supports_recreate": True,
"supports_evacuate": True,
"supports_migrate_to_same_host": False,
"supports_attach_interface": True,
"supports_device_tagging": True,