Beispiel #1
0
    # end of for loop partialStr

    print "Aftermath"
    listInstances()
    exit()

listInstances()
listPools()
exit()

destroyInstances()
destroyRedisPools()
listInstances()
listPools()
exit()

createInstances(2)
listInstances()
listPools()
exit()

allocateVMs()  # should see some vms disappear from free pool
listInstances()
listPools()
exit()

# resetTango will destroy all known vms that are NOT in free pool
server.resetTango(server.preallocator.vmms)
listInstances()
listPools()