Skip to content

Commit

Permalink
Remove references/usage of network_type
Browse files Browse the repository at this point in the history
  • Loading branch information
bheuvel committed Feb 19, 2016
1 parent f5d3529 commit 2462cf1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ Vagrant.configure("2") do |config|
config.vm.provider :cloudstack do |cloudstack|
cloudstack.api_key = "foo"
cloudstack.secret_key = "bar"
cloudstack.network_type = "basic"
cloudstack.security_groups = [
{
:name => "Awesome_security_group",
Expand Down
1 change: 0 additions & 1 deletion functional-tests/rsync/Vagrantfile.advanced_networking
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
cloudstack.network_name = ENV['NETWORK_NAME']
cloudstack.service_offering_name = ENV['SERVICE_OFFERING_NAME']

cloudstack.network_type = 'Advanced'
cloudstack.pf_ip_address = public_source_nat_ip
cloudstack.pf_public_port = public_ssh_port
cloudstack.pf_private_port = ENV['PRIVATE_SSH_PORT']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |global_config|
cloudstack.network_name = ENV['NETWORK_NAME']
cloudstack.service_offering_name = ENV['SERVICE_OFFERING_NAME']

cloudstack.network_type = 'Advanced'
cloudstack.pf_ip_address = public_source_nat_ip

cloudstack.pf_public_port = options['public_port']
Expand Down

0 comments on commit 2462cf1

Please sign in to comment.