File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,6 @@ Vagrant.configure("2") do |config|
258258 config.vm.provider :cloudstack do |cloudstack |
259259 cloudstack.api_key = " foo"
260260 cloudstack.secret_key = " bar"
261- cloudstack.network_type = " basic"
262261 cloudstack.security_groups = [
263262 {
264263 :name => " Awesome_security_group" ,
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
2727 cloudstack . network_name = ENV [ 'NETWORK_NAME' ]
2828 cloudstack . service_offering_name = ENV [ 'SERVICE_OFFERING_NAME' ]
2929
30- cloudstack . network_type = 'Advanced'
3130 cloudstack . pf_ip_address = public_source_nat_ip
3231 cloudstack . pf_public_port = public_ssh_port
3332 cloudstack . pf_private_port = ENV [ 'PRIVATE_SSH_PORT' ]
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |global_config|
5050 cloudstack . network_name = ENV [ 'NETWORK_NAME' ]
5151 cloudstack . service_offering_name = ENV [ 'SERVICE_OFFERING_NAME' ]
5252
53- cloudstack . network_type = 'Advanced'
5453 cloudstack . pf_ip_address = public_source_nat_ip
5554
5655 cloudstack . pf_public_port = options [ 'public_port' ]
You can’t perform that action at this time.
0 commit comments