You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use a Vagrantfile specifying network_type='Basic'andnetwork_id="xxxx_xxxx", running vagrant up fails with can't specify network ids in basic zone.
Fails with can't specify network ids in basic zone:
Shouldn't it warn the user that network_id will not be used, instead of failing ? This would allow users to keep using Vagrantfile that were working with previous versions of vagrant-cloudstack.
The text was updated successfully, but these errors were encountered:
Out of curiousity, if network_id is not supported with 'Basic', why/when would you have that entry if you also specify cloudstack.network_type = "Basic"?
Well as far I as understand there's no reason to specify the network_id.
The main problem here is that boxes or Vagrantfiles created before #82 are no longer working...
Hi,
If you use a Vagrantfile specifying
network_type='Basic'
andnetwork_id="xxxx_xxxx"
, runningvagrant up
fails withcan't specify network ids in basic zone
.Fails with
can't specify network ids in basic zone
:Works:
Shouldn't it warn the user that network_id will not be used, instead of failing ? This would allow users to keep using Vagrantfile that were working with previous versions of vagrant-cloudstack.
The text was updated successfully, but these errors were encountered: