[Ovirt-devel] [PATCH] revert part of 98b63b405a3803295e517690c6572ca66b24e052

Alan Pevec apevec at redhat.com
Thu Oct 16 11:03:23 UTC 2008


restores default Node network config: DHCP on ovirtbr0 and eth0 bridged to it

Signed-off-by: Alan Pevec <apevec at redhat.com>
---
 src/host-browser/host-browser.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/host-browser/host-browser.rb b/src/host-browser/host-browser.rb
index d228a59..79d34e8 100755
--- a/src/host-browser/host-browser.rb
+++ b/src/host-browser/host-browser.rb
@@ -302,7 +302,7 @@ class HostBrowser
         end
 
         # iterate over any nics left and create new records for them.
-        boot_type = BootType.find_by_proto('static')
+        boot_type = BootType.find_by_proto('dhcp')
 
         nic_info.collect do |nic|
             puts "Creating a new nic..."
-- 
1.5.5.1




More information about the ovirt-devel mailing list