1
0
mirror of https://github.com/rancher/os.git synced 2025-07-12 14:18:01 +00:00

Add azure hyperv module

This commit is contained in:
Jason-ZW 2018-12-13 15:46:27 +08:00
parent 1b15e7ae36
commit 95077cef94

View File

@ -26,7 +26,7 @@ func LoadModules(cfg *config.CloudConfig) (*config.CloudConfig, error) {
}
if util.GetHypervisor() == "hyperv" {
cfg.Rancher.Modules = append(cfg.Rancher.Modules, "hv_utils", "hv_storvsc")
cfg.Rancher.Modules = append(cfg.Rancher.Modules, "hv_utils", "hv_storvsc", "hv_vmbus")
}
for _, module := range cfg.Rancher.Modules {