audiolize / vagrant-softlayer

This is a Vagrant plugin that adds a SoftLayer provider to Vagrant, allowing Vagrant to control and provision SoftLayer CCI instances.
MIT License
42 stars 15 forks source link

Fix NoMethodError at ip_address_record method #50

Closed hssh closed 9 years ago

hssh commented 9 years ago

ip_address_record should retry getObject for the new instance that haven't had any networkComponent.

ju2wheels commented 9 years ago

Please follow discussion in #44 and discuss there, but this will most likely be declined as retrying for it is not needed and not the proper fix as the IP should be there after the call to wait_until_ready.

ju2wheels commented 9 years ago

Resolved upstream via https://github.com/softlayer/softlayer-ruby/pull/83