frapposelli / vagrant-vcloud

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

vCloud 9.0 409 when building vApp #132

Closed DouglasRoyds closed 3 years ago

DouglasRoyds commented 8 years ago

I'm attempting to get a VM up on vCloud Director 9.0, but I'm getting a 409 error as in this gist

I am not confident about my network settings. I want to connect directly to an existing organisation network:

 vcloud.vdc_name = 'OurVDC'
 vcloud.catalog_name = 'Vagrant'
 vcloud.network_bridge = true
 vcloud.vdc_network_name = 'OurNetwork'

I note that there is a Vagrant-vApp-Net named in the html post, which seems suspicious.

Suggestions?