diff --git a/compute_hyperv/nova/driver.py b/compute_hyperv/nova/driver.py index 5ee14795..4cac62a1 100644 --- a/compute_hyperv/nova/driver.py +++ b/compute_hyperv/nova/driver.py @@ -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):