Change in vdsm[ovirt-3.6]: fix pep8 errors

phoracek at redhat.com phoracek at redhat.com
Fri Oct 2 09:21:59 UTC 2015


Petr Horáček has uploaded a new change for review.

Change subject: fix pep8 errors
......................................................................

fix pep8 errors

Change-Id: I81213dbfceff5bbe83ce4aead10c1aee5281fba8
Signed-off-by: Petr Horáček <phoracek at redhat.com>
Bug-Url: https://bugzilla.redhat.com/1268229
---
M tests/v2vTests.py
M vdsm/supervdsmServer
2 files changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/30/46930/1

diff --git a/tests/v2vTests.py b/tests/v2vTests.py
index 98a95b6..d8957ee 100644
--- a/tests/v2vTests.py
+++ b/tests/v2vTests.py
@@ -95,7 +95,8 @@
     return """<?xml version="1.0" encoding="UTF-8"?>
 <Envelope xmlns="http://schemas.dmtf.org/ovf/envelope/1"
           xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1"
-          xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData">
+          xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/\
+CIM_ResourceAllocationSettingData">
   <References>
     <File ovf:href="First-disk1.vmdk" ovf:id="file1" ovf:size="349405696"/>
   </References>
diff --git a/vdsm/supervdsmServer b/vdsm/supervdsmServer
index fddd0f6..9d0938e 100755
--- a/vdsm/supervdsmServer
+++ b/vdsm/supervdsmServer
@@ -396,7 +396,7 @@
         rule_file = _UDEV_RULE_FILE_NAME_USB % (bus, device)
         rule = ('SUBSYSTEM=="usb", ATTRS{{busnum}}=="{}", '
                 'ATTRS{{devnum}}=="{}", OWNER:="{}", GROUP:="{}"\n').format(
-                    bus, device, QEMU_PROCESS_USER, QEMU_PROCESS_GROUP)
+            bus, device, QEMU_PROCESS_USER, QEMU_PROCESS_GROUP)
 
         self.log.debug("Creating rule %s: %r", rule_file, rule)
 


-- 
To view, visit https://gerrit.ovirt.org/46930
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I81213dbfceff5bbe83ce4aead10c1aee5281fba8
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.6
Gerrit-Owner: Petr Horáček <phoracek at redhat.com>


More information about the vdsm-patches mailing list