maxvmaz

Results 5 issues of maxvmaz

Please follow the steps below if you have found an **issue with Passenger**, or would like to request a feature. Post to [Stack Overflow](https://stackoverflow.com/questions/tagged/passenger) instead if you are not sure,...

I am trying to create a script to schedule run once snapshots. I have looked at the samples but found this issue is more helpful: https://github.com/vmware/pyvmomi/issues/452 Hence I have wrote...

question

I have been using pyvmomi to automate VM operation for a while now. When search for the VM as the automation target, I couldn't help but think, finding the correct...

question

Hi, I wrote a simple script using pyvmomi verion 7.0.1, to schedule VM snapshots: ``` while not vm: try: si = connect.SmartConnectNoSSL(host=list(vCenter_dict.values())[dict_position], user=vCenterUser, pwd=vCenterPassword, port=443) atexit.register(connect.Disconnect, si) except IOError as...

needs validation