vmware-archive / vcloud-rest

Unofficial ruby bindings for VMware vCloud Director®
Apache License 2.0
29 stars 37 forks source link

Fixing IP parsing. Should fix issue 20. #21

Closed brettswift closed 10 years ago

brettswift commented 10 years ago

Not entirely sure why this was there: address = address.value if address

If that line should just be removed, I can remove it and re-issue. I left it in - in case I am missing a usage of it. But in my vCloud it always fails.

Let me know if you'd like a complete XML resopnse on my vapp endpoint and I can share that for you to test with.

Thanks for writing this API!

brettswift commented 10 years ago

You're too quick! parallel change made in the ip_address branch, that is a better fix for this one. There is a difference in that ip_address vms_hash output that this PR broke.

Please merge in the ip_address branch. I'm closing this PR.

Thanks for such a quick response!