update README. should say 'test_vm2' instead of 'test_vm1'

This commit is contained in:
stanley karunditu
2015-07-11 10:53:23 -04:00
parent 789fa369c8
commit 555470efe3

View File

@@ -244,7 +244,7 @@ An examples of network interface definitions:
:libvirt__tcp_tunnel_port => '11111' :libvirt__tcp_tunnel_port => '11111'
# Guest 2 # Guest 2
config.vm.define :test_vm1 do |test_vm1| config.vm.define :test_vm2 do |test_vm2|
test_vm1.vm.network :private_network, test_vm1.vm.network :private_network,
:libvirt__tcp_tunnel_type => 'client', :libvirt__tcp_tunnel_type => 'client',
# default is 127.0.0.1 if omitted # default is 127.0.0.1 if omitted