Skip to content

Commit

Permalink
* Use 127.0.0.1 as the address for the hypervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiojr committed Sep 27, 2011
1 parent 63a0cfc commit b409715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basics.rb
Expand Up @@ -117,7 +117,7 @@
#
# Hypervisor (Machine) stuff
#
machine = dc.discover_machine :ip => '10.60.1.24', :hypervisortype => 'kvm'
machine = dc.discover_machine :ip => '127.0.0.1', :hypervisortype => 'kvm'
# Use the first virtual switch we find
machine.virtual_switch = machine.virtual_switches.first
# Enable the first datastore found
Expand Down

0 comments on commit b409715

Please sign in to comment.