frapposelli / vagrant-vcloud

Vagrant provider for VMware vCloud Director®
MIT License
67 stars 38 forks source link

Update gem dependencies to get install with Vagrant v1.9.3 to work #141

Closed dandunckelman closed 7 years ago

dandunckelman commented 7 years ago

Resolves #140

NOTE: I'm still working on testing if the plugin actually works with Vagrant v1.9.3. This is just to solve the first hurdle of installation.

dandunckelman commented 7 years ago

UPDATE

288.398 ERR /var/people/appuser/.vagrant.d/gems/2.2.5/gems/vagrant-vcloud-0.4.6/lib/vagrant-vcloud/driver/version_5_1.rb:1007:in `recompose_vapp_from_vm': undefined method `[]' for nil:NilClass (NoMethodError)

That points to this line of code

I'm going to rebuild the gem incorporating the change from https://github.com/frapposelli/vagrant-vcloud/pull/137/files

dandunckelman commented 7 years ago

This may duplicate #137

dandunckelman commented 7 years ago

After rebuilding the gem w/ the change in https://github.com/frapposelli/vagrant-vcloud/pull/137, things worked as expected.

I'm closing this in favor of that PR