softlayer / softlayer-ruby

http://softlayer.github.io/softlayer-ruby/
MIT License
54 stars 35 forks source link

[bug] Virtual Server deleteObject not deleting server #68

Closed ju2wheels closed 9 years ago

ju2wheels commented 9 years ago

https://github.com/audiolize/vagrant-softlayer/issues/43

We havent changed the delete code in vagrant-softlayer in the last releases and its internally doing a normal soflayer_client[:Virtual_Guest].object_with_id(id).deleteObject which has been working fine.

ju2wheels commented 9 years ago

Confirmed as fixed, was internal SL side bug.