+++ This bug was initially created as a clone of Bug #834205 +++ Description of problem: On addNetwork command (also when done through setupNetworks command), when using bridged=false, the aforementioned parameters aren't set on the ifcfg file which represents the network being added. Version-Release number of selected component (if applicable): How reproducible: Always. Steps to Reproduce: 1. Call addNetwork with bridged=fale and either bootproto=dhcp or ipaddr & netmask set 2. Look at the NIC's ifcfg file 3. Actual results: The ifcfg file of the NIC doesn't contain the bootproto info. Expected results: The ifcfg file should contain the values that were passed. Additional info: Please see discussion which discovered the bug on users mailing list: http://lists.ovirt.org/pipermail/users/2012-June/002541.html
This has been solved by upstream commit http://gerrit.ovirt.org/#/c/6595/ and would be part of next ovirt release.