frapposelli / vagrant-vcloud

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

Globally login to vCloud #149

Closed ciis0 closed 3 years ago

ciis0 commented 5 years ago

Hello,

if I am not mistaken, at the moment vCloud login (i.e. POST to /api/sessions) is cached per machine, but not per command run. (The session is saved in env[:machine].) Unfortunately the mentioned POST takes some time for our vDC, so would it be possible to share the Session across all machines?