mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Improving example Vagrantfile
According to the [README](https://github.com/pradels/vagrant-libvirt#public-network-options) Public networks are supported.
This commit is contained in:
5
example_box/Vagrantfile
vendored
5
example_box/Vagrantfile
vendored
@@ -21,11 +21,10 @@ Vagrant.configure("2") do |config|
|
|||||||
|
|
||||||
# Interfaces for VM
|
# Interfaces for VM
|
||||||
#
|
#
|
||||||
# Networking features in the form of `config.vm.network` support private
|
# Networking features in the form of `config.vm.network`
|
||||||
# networks concept. No public network or port forwarding are supported in
|
|
||||||
# current version of provider. See README for more info.
|
|
||||||
#
|
#
|
||||||
#test_vm.vm.network :private_network, :ip => '10.20.30.40'
|
#test_vm.vm.network :private_network, :ip => '10.20.30.40'
|
||||||
|
#test_vm.vm.network :public_network, :ip => '10.20.30.41'
|
||||||
#end
|
#end
|
||||||
|
|
||||||
# Options for libvirt vagrant provider.
|
# Options for libvirt vagrant provider.
|
||||||
|
|||||||
Reference in New Issue
Block a user