Trivial: Sync renamed driver capability

The 'recreate' capability has been renamed to 'evacuate'. We need
to pick up this change.

Change-Id: Ib2cda086efe5547ad17decfd57b9267d16802139
This commit is contained in:
Lucian Petrut 2018-08-01 12:18:02 +03:00
parent f82d74ff1a
commit e75804f027
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,