@@ -0,0 +1,11 @@
import json
if __name__ == "__main__":
FILE = "vms.json"
with open(FILE) as f:
jsonList = json.load(f)
vmList = [ VM(obj) for obj in jsonList ]
for vm in vmList:
print(vmList.dumpHAProxyComponents())
The note is not visible to the blocked user.