Martin Pavlásek 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
Signed-off-by: Martin Pavlasek <mpavl...@redhat.com>
---
M vdsm/virt/vm.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/13/34213/1

diff --git a/vdsm/virt/vm.py b/vdsm/virt/vm.py
index 8b6c956..537d4ba 100644
--- a/vdsm/virt/vm.py
+++ b/vdsm/virt/vm.py
@@ -350,7 +350,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/34213
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3cee77cdc6832cc6fd8be19a53087c727e028245
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Martin Pavlásek <mpavl...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to