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

Cannot provision any instance #35

Closed irifed closed 9 years ago

irifed commented 9 years ago

Hi guys, I've been successfully using this plugin for a while. Today I noticed that I cannot provision instances anymore:

$ vagrant up --provider=softlayer
Bringing machine 'master' up with 'softlayer' provider...
==> master: Creating a new SoftLayer instance...
Vagrant returned an exception while calling the SoftLayer API.

Exception class: SoftLayer::SoftLayerAPIException
Exception message: Argument 1 passed to SoftLayer_WebService_Rest::resolveDataType() must be of the type array, null given, called in /home/ims/ims_v3/releases/primary-JIRA-2679-d7e732936b6d843f3d25cd53270f07196953c70c/Library/Application/SoftLayer/WebService/Rest.class.php on line 966 and defined

Error message looks like there is something on the API side have changed, but maybe I am wrong.

I have checked this on a clean Ubuntu 14 with vagrant-softlayer (0.3.3).

ju2wheels commented 9 years ago

Closing as dup of #34