Change in vdsm[master]: Some pep8 indentation fixes

smizrahi at redhat.com smizrahi at redhat.com
Thu Jan 3 15:34:49 UTC 2013


Saggi Mizrahi has uploaded a new change for review.

Change subject: Some pep8 indentation fixes
......................................................................

Some pep8 indentation fixes

Change-Id: I5257c9fabd18c5518eceb50e1edc89afe8610456
Signed-off-by: Saggi Mizrahi <smizrahi at redhat.com>
---
M vdsm/storage/localFsSD.py
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/27/10627/1

diff --git a/vdsm/storage/localFsSD.py b/vdsm/storage/localFsSD.py
index 8731434..74becea 100644
--- a/vdsm/storage/localFsSD.py
+++ b/vdsm/storage/localFsSD.py
@@ -58,7 +58,7 @@
             'version' - DOMAIN_VERSIONS
         """
         cls.log.info("sdUUID=%s domainName=%s remotePath=%s "
-            "domClass=%s", sdUUID, domainName, remotePath, domClass)
+                     "domClass=%s", sdUUID, domainName, remotePath, domClass)
 
         if not misc.isAscii(domainName) and not sd.supportsUnicode(version):
             raise se.UnicodeArgumentException()
@@ -67,13 +67,13 @@
         mntPath = fileUtils.transformPath(remotePath)
 
         mntPoint = os.path.join(cls.storage_repository,
-            sd.DOMAIN_MNT_POINT, mntPath)
+                                sd.DOMAIN_MNT_POINT, mntPath)
 
         cls._preCreateValidation(sdUUID, mntPoint, remotePath, version)
 
         domainDir = os.path.join(mntPoint, sdUUID)
         cls._prepareMetadata(domainDir, sdUUID, domainName, domClass,
-                            remotePath, storageType, version)
+                             remotePath, storageType, version)
 
         # create domain images folder
         imagesDir = os.path.join(domainDir, sd.DOMAIN_IMAGES)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5257c9fabd18c5518eceb50e1edc89afe8610456
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <smizrahi at redhat.com>


More information about the vdsm-patches mailing list