Revert "Set max_network_adapters to 36 for Virtualbox"
This commit is contained in:
parent
3ba52d0a37
commit
45e71eca15
|
@ -178,7 +178,7 @@ module VagrantPlugins
|
||||||
|
|
||||||
# Returns the maximum number of network adapters.
|
# Returns the maximum number of network adapters.
|
||||||
def max_network_adapters
|
def max_network_adapters
|
||||||
36
|
8
|
||||||
end
|
end
|
||||||
|
|
||||||
# Returns a list of forwarded ports for a VM.
|
# Returns a list of forwarded ports for a VM.
|
||||||
|
|
|
@ -1366,7 +1366,7 @@ en:
|
||||||
There is no available slots on the VirtualBox VM for the configured
|
There is no available slots on the VirtualBox VM for the configured
|
||||||
high-level network interfaces. "private_network" and "public_network"
|
high-level network interfaces. "private_network" and "public_network"
|
||||||
network configurations consume a single network adapter slot on the
|
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
|
appears that every slot is in use. Please lower the number of used
|
||||||
network adapters.
|
network adapters.
|
||||||
virtualbox_not_detected: |-
|
virtualbox_not_detected: |-
|
||||||
|
|
Loading…
Reference in New Issue