pyvcloud
pyvcloud copied to clipboard
VM.is_deployed always returns False
When checking if a VM is undeployed, I only seem to be getting False results. I believe the error is in the following line, as the programmers guide claims state 2 is not valid for VM, or anything else for that matter. https://github.com/vmware/pyvcloud/blob/fe419d06faabc52532598aa3810fdb0c17099718/pyvcloud/vcd/vm.py#L262 It might be better to check for the deployed attribute
It's a bug.