Roy Golan has uploaded a new change for review. Change subject: core: bad keys in osinfo props ......................................................................
core: bad keys in osinfo props Change-Id: I8a0170bc33b4aa261743eb361ece5aa8da10180c Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1032652 Signed-off-by: Roy Golan <[email protected]> --- M packaging/conf/osinfo-defaults.properties 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/23/21623/1 diff --git a/packaging/conf/osinfo-defaults.properties b/packaging/conf/osinfo-defaults.properties index 418aa51..f3a436b 100644 --- a/packaging/conf/osinfo-defaults.properties +++ b/packaging/conf/osinfo-defaults.properties @@ -116,8 +116,8 @@ os.rhel_6x64.id.value = 19 os.rhel_6x64.name.value = Red Hat Enterprise Linux 6.x x64 os.rhel_6x64.derivedFrom.value = rhel_5x64 -os_rhel_6x64.devices.audio.value = ich6 -os_rhel_6x64.devices.diskInterfaces.value.3.3 = IDE, VirtIO_SCSI, VirtIO +os.rhel_6x64.devices.audio.value = ich6 +os.rhel_6x64.devices.diskInterfaces.value.3.3 = IDE, VirtIO_SCSI, VirtIO # WindowsXP(1, OsType.Windows, false), os.windows_xp.id.value = 1 -- To view, visit http://gerrit.ovirt.org/21623 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8a0170bc33b4aa261743eb361ece5aa8da10180c 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
