frapposelli / vagrant-vcloud

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

The box you attempted to add doesn't match the provider you specified #102

Closed hemanthgk10 closed 9 years ago

hemanthgk10 commented 9 years ago

I tried building my box file using packer-post-processor-vagrant-vmware-ovf and use vagrant-vcloud plugin to upload into vCloud Director.

I see the following error message. The box you attempted to add doesn't match the provider you specified.

Provider expected: vcloud Provider of box: vmware_ovf

Below are the versions of the tools that I am using. Vagrant - 1.6.5 vagrant-vcloud - 0.4.3 packer-post-processor-vagrant-vmware-ovf - v0.2.1 packer - 0.7.1

I read that from vagrant-vcloud 0.4.2 onwards this plugin will support the universal vmware_ovf box format, that is 100% portable between vagrant-vcloud. Please let me know what am I missing why I am not able to upload the box to vcloud.

Thanks for all your help.