Merge "Add missing capability, breaking volume attachments"

This commit is contained in:
Zuul 2018-01-19 19:57:43 +00:00 committed by Gerrit Code Review
commit dd0e0c8796
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ class HyperVDriver(driver.ComputeDriver):
"supports_tagged_attach_interface": True,
"supports_tagged_attach_volume": True,
"supports_extend_volume": True,
"supports_multiattach": False,
}
def __init__(self, virtapi):