]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fixes pep8 violation in nova
authorWalter A. Boring IV <walter.boring@hp.com>
Mon, 9 Sep 2013 21:43:59 +0000 (14:43 -0700)
committerWalter A. Boring IV <walter.boring@hp.com>
Mon, 9 Sep 2013 21:43:59 +0000 (14:43 -0700)
This patch fixes a simple pep8 violation
that nova complains about.

Fixes Bug #1223046

Change-Id: I6f06939e3729b64fcefc5cdb20da05e7d3172be5

cinder/brick/iscsi/iscsi.py

index e0c79fd64b5b6ad26930ad02ffc16cccb4de1140..d1d7fa4010931a3d32d88b5c079dbb37430fdcb5 100644 (file)
@@ -86,7 +86,7 @@ class TargetAdmin(executor.Executor):
         raise NotImplementedError()
 
     def remove_iscsi_target(self, tid, lun, vol_id, vol_name, **kwargs):
-        """Remove a iSCSI target and logical unit"""
+        """Remove a iSCSI target and logical unit."""
         raise NotImplementedError()
 
     def _new_target(self, name, tid, **kwargs):