Roy Golan has uploaded a new change for review. Change subject: core: remove Unassigned_64 from osinfo ......................................................................
core: remove Unassigned_64 from osinfo Unassigned_64 was introduced to be the base of 64 bit definitions but its not in use and should be removed. Bug-Url: https://bugzilla.redhat.com/980813 Change-Id: I40fe09bd352a8de932d3999434936c75ad53ebf7 Signed-off-by: Roy Golan <[email protected]> --- M packaging/conf/osinfo-defaults.properties 1 file changed, 0 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/31/16531/1 diff --git a/packaging/conf/osinfo-defaults.properties b/packaging/conf/osinfo-defaults.properties index 4b46ead..73eab36 100644 --- a/packaging/conf/osinfo-defaults.properties +++ b/packaging/conf/osinfo-defaults.properties @@ -45,12 +45,6 @@ os.Unassigned.resources.minimum.numberOsCpus.value = 1 os.Unassigned.spiceSupport.value = true -os.Unassigned_64.id.value = 1000 -os.Unassigned_64.derivedFrom.value = Unassigned -os.Unassigned_64.bus.value = 64 -os.Unassigned_64.resources.minimum.ram.value = 1024 -os.Unassigned_64.resources.recommended.ram.value = 2000 - os.Unassigned.devices.audio.value = ich6 # See VmInterfaceType.java os.Unassigned.devices.network.value = rtl8139, e1000, pv -- To view, visit http://gerrit.ovirt.org/16531 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I40fe09bd352a8de932d3999434936c75ad53ebf7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Roy Golan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
