Alon Bar-Lev has uploaded a new change for review. Change subject: vdsm: hardware: fix power cpu detection ......................................................................
vdsm: hardware: fix power cpu detection Change-Id: I02329d762b86dfcce7d9f3157d348253d071d7bc Signed-off-by: Pradipta Kr. Banerjee <[email protected]> Signed-off-by: Alon Bar-Lev <[email protected]> --- M ChangeLog M src/plugins/ovirt-host-deploy/vdsm/hardware.py 2 files changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/73/14173/1 diff --git a/ChangeLog b/ChangeLog index 2638ed4..0d9438d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ ????-??-?? - Version 1.0.2 * vdsm: vdsmid: do not attempt to install dmidecode on platforms other than + x86. + * vdsm: vdsmid: detect power cpu correctly. 2013-03-14 - Version 1.0.1 diff --git a/src/plugins/ovirt-host-deploy/vdsm/hardware.py b/src/plugins/ovirt-host-deploy/vdsm/hardware.py index 31117c4..073b4d0 100644 --- a/src/plugins/ovirt-host-deploy/vdsm/hardware.py +++ b/src/plugins/ovirt-host-deploy/vdsm/hardware.py @@ -45,7 +45,7 @@ CPU_INTEL = 'GenuineIntel' CPU_AMD = 'AuthenticAMD' - CPU_POWR = 'IBM_POWER' + CPU_POWER = 'IBM_POWER' def _getCPUVendor(self): ret = None -- To view, visit http://gerrit.ovirt.org/14173 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I02329d762b86dfcce7d9f3157d348253d071d7bc Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: ovirt-host-deploy-1.0 Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
