Change in vdsm[ovirt-3.5]: vdsm: fix typo: vcpuLimit - 'limit' was in lower-case

msivak at redhat.com msivak at redhat.com
Tue Dec 16 11:47:23 UTC 2014


Martin Sivák has uploaded a new change for review.

Change subject: vdsm: fix typo: vcpuLimit - 'limit' was in lower-case
......................................................................

vdsm: fix typo: vcpuLimit - 'limit' was in lower-case

There are several occurences with 'Limit' so it seems that is just typo
(only one occurence with lower case).

Change-Id: I3cee77cdc6832cc6fd8be19a53087c727e028245
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1143992
Signed-off-by: Martin Pavlasek <mpavlase at redhat.com>
Reviewed-on: http://gerrit.ovirt.org/34213
Reviewed-by: Martin Sivák <msivak at redhat.com>
Tested-by: Martin Sivák <msivak at redhat.com>
Reviewed-by: Francesco Romani <fromani at redhat.com>
Reviewed-by: Dan Kenigsberg <danken at redhat.com>
(cherry picked from commit 0bcd473c9e12a68662d92e76df0b297a87e7c788)
---
M vdsm/virt/vm.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/05/36205/1

diff --git a/vdsm/virt/vm.py b/vdsm/virt/vm.py
index 4309b73..af07240 100644
--- a/vdsm/virt/vm.py
+++ b/vdsm/virt/vm.py
@@ -374,7 +374,7 @@
         if metadataCpuLimit:
             metadataCpuLimitXML = _domParseStr(metadataCpuLimit)
             nodeList = \
-                metadataCpuLimitXML.getElementsByTagName('vcpulimit')
+                metadataCpuLimitXML.getElementsByTagName('vcpuLimit')
             infos['vcpuLimit'] = nodeList[0].childNodes[0].data
 
         return infos


-- 
To view, visit http://gerrit.ovirt.org/36205
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3cee77cdc6832cc6fd8be19a53087c727e028245
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Martin Sivák <msivak at redhat.com>
Gerrit-Reviewer: Martin Pavlásek <mpavlase at redhat.com>


More information about the vdsm-patches mailing list