From 45e71eca15b4c50cbb669a6119835543ab3b70a7 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Sat, 11 Jun 2016 01:04:58 +0200 Subject: [PATCH] Revert "Set max_network_adapters to 36 for Virtualbox" --- plugins/providers/virtualbox/driver/base.rb | 2 +- templates/locales/en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/providers/virtualbox/driver/base.rb b/plugins/providers/virtualbox/driver/base.rb index 076f2a81e..c304d3efb 100644 --- a/plugins/providers/virtualbox/driver/base.rb +++ b/plugins/providers/virtualbox/driver/base.rb @@ -178,7 +178,7 @@ module VagrantPlugins # Returns the maximum number of network adapters. def max_network_adapters - 36 + 8 end # Returns a list of forwarded ports for a VM. diff --git a/templates/locales/en.yml b/templates/locales/en.yml index 112ef37d8..1eac164bd 100755 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -1366,7 +1366,7 @@ en: There is no available slots on the VirtualBox VM for the configured high-level network interfaces. "private_network" and "public_network" network configurations consume a single network adapter slot on the - VirtualBox VM. VirtualBox limits the number of slots to 36, and it + VirtualBox VM. VirtualBox limits the number of slots to 8, and it appears that every slot is in use. Please lower the number of used network adapters. virtualbox_not_detected: |-