Skip to content

Commit 51b857a

Browse files
committed
Remove references/usage of network_type
1 parent c8341b3 commit 51b857a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

functional-tests/rsync/Vagrantfile.advanced_networking

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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']

functional-tests/vmlifecycle/Vagrantfile.advanced_networking

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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']

0 commit comments

Comments
 (0)