Merge "Add missing capabilities"

This commit is contained in:
Zuul 2018-01-31 23:10:21 +00:00 committed by Gerrit Code Review
commit 38bf784642
1 changed files with 4 additions and 1 deletions

View File

@ -96,7 +96,10 @@ class PowerVMDriver(driver.ComputeDriver):
"supports_migrate_to_same_host": False,
"supports_attach_interface": True,
"supports_device_tagging": False,
"supports_extend_volume": True
"supports_tagged_attach_interface": False,
"supports_tagged_attach_volume": False,
"supports_extend_volume": True,
"supports_multiattach": False,
}
def __init__(self, virtapi):