Merge "Expose Hyper-V supported image types"

This commit is contained in:
Zuul 2019-06-14 11:41:36 +00:00 committed by Gerrit Code Review
commit ee6de950ab
1 changed files with 4 additions and 0 deletions

View File

@ -107,6 +107,10 @@ class HyperVDriver(driver.ComputeDriver):
"supports_extend_volume": True,
"supports_multiattach": False,
"supports_trusted_certs": True,
# Supported image types
"supports_image_type_vhd": True,
"supports_image_type_vhdx": True,
}
use_coordination = False