using multiple pgs (#121)

This commit is contained in:
Anshuman Goel
2020-10-08 13:08:38 -07:00
committed by GitHub
parent e0c713fa5e
commit ed370a0d8c

View File

@ -256,6 +256,7 @@ def create_vmss(
},
"extension_profile": {"extensions": extensions},
},
"single_placement_group": False,
}
image_os = get_os(location, image)