Add capability about multi attach for z/VM

z/VM don't support multi attach now

Depends-On I947bf0ad34a48e9182a3dc016f47f0c9f71c9d7b

Change-Id: I578f247ca1f5ef291d2e552bbd04cef42b17d665
This commit is contained in:
jichenjc 2017-12-26 14:28:03 +08:00
parent b44d5d70e1
commit 36480cb222
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ class ZVMDriver(driver.ComputeDriver):
"has_imagecache": True,
"supports_recreate": False,
"supports_migrate_to_same_host": True,
"supports_attach_interface": False
"supports_attach_interface": False,
"supports_multiattach": False
}
def __init__(self, virtapi):