Merge pull request #267 from Mirantis/vbox-force-mac-update
Force mac address updates for slaves
This commit is contained in:
commit
69720d26be
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -151,6 +151,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
"--memory", SLAVES_RAM,
|
||||
"--cpus", SLAVES_CPUS,
|
||||
"--ioapic", "on",
|
||||
"--macaddress1", "auto",
|
||||
]
|
||||
if PARAVIRT_PROVIDER
|
||||
v.customize ['modifyvm', :id, "--paravirtprovider", PARAVIRT_PROVIDER] # for linux guest
|
||||
|
Loading…
x
Reference in New Issue
Block a user