Yaniv Bronhaim has uploaded a new change for review.

Change subject: pep8 fixes for vdsm file
......................................................................

pep8 fixes for vdsm file

Change-Id: I24e861a6accc8190875f5e39f20f7deee4abd89b
Signed-off-by: Yaniv Bronhaim <[email protected]>
---
M vdsm/vdsm
1 file changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/98/9698/1

diff --git a/vdsm/vdsm b/vdsm/vdsm
index 035ea5d..f749aa7 100755
--- a/vdsm/vdsm
+++ b/vdsm/vdsm
@@ -46,7 +46,7 @@
     def sigusr1Handler(signum, frame):
         if cif and cif.irs:
             cif.irs.spmStop(
-                    cif.irs.getConnectedStoragePoolsList()['poollist'][0])
+                cif.irs.getConnectedStoragePoolsList()['poollist'][0])
 
     signal.signal(signal.SIGTERM, sigtermHandler)
     signal.signal(signal.SIGUSR1, sigusr1Handler)
@@ -84,8 +84,8 @@
 
         sysname, nodename, release, version, machine = os.uname()
         log.info('I am the actual vdsm %s-%s %s (%s)',
-             dsaversion.software_version, dsaversion.software_revision,
-             nodename, release)
+                 dsaversion.software_version, dsaversion.software_revision,
+                 nodename, release)
         serve_clients(log)
     except:
         log.error("Exception raised", exc_info=True)
@@ -119,8 +119,8 @@
     )
     group = grp.getgrnam(constants.VDSM_GROUP)
     assert ((constants.VDSM_USER in group.gr_mem
-             or pwd.getpwnam(constants.VDSM_USER).pw_gid == group.gr_gid),
-                "VDSM failed to start: vdsm user is not in KVM group")
+            or pwd.getpwnam(constants.VDSM_USER).pw_gid == group.gr_gid),
+            "VDSM failed to start: vdsm user is not in KVM group")
 
 if __name__ == '__main__':
     __assertVdsmUser()


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I24e861a6accc8190875f5e39f20f7deee4abd89b
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to