pyvcloud icon indicating copy to clipboard operation
pyvcloud copied to clipboard

VM.is_deployed always returns False

Open lennardk opened this issue 5 years ago • 1 comments

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

lennardk avatar Dec 03 '19 14:12 lennardk

It's a bug.

shashim22 avatar Jan 28 '20 09:01 shashim22