Merge pull request #7293 from ericpulvino/master

Set max_network_adapters to 36 for Virtualbox
This commit is contained in:
Seth Vargo 2016-05-29 00:55:44 -04:00
commit b11f8cbd1b
2 changed files with 2 additions and 2 deletions

View File

@ -178,7 +178,7 @@ module VagrantPlugins
# Returns the maximum number of network adapters.
def max_network_adapters
8
36
end
# Returns a list of forwarded ports for a VM.

View File

@ -1364,7 +1364,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 8, and it
VirtualBox VM. VirtualBox limits the number of slots to 36, and it
appears that every slot is in use. Please lower the number of used
network adapters.
virtualbox_not_detected: |-