From f2c50166f94bc22f02311a9ca19ebebf26547d13 Mon Sep 17 00:00:00 2001 From: "Walter A. Boring IV" Date: Mon, 9 Sep 2013 14:43:59 -0700 Subject: [PATCH] Fixes pep8 violation in nova This patch fixes a simple pep8 violation that nova complains about. Fixes Bug #1223046 Change-Id: I6f06939e3729b64fcefc5cdb20da05e7d3172be5 --- cinder/brick/iscsi/iscsi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/brick/iscsi/iscsi.py b/cinder/brick/iscsi/iscsi.py index e0c79fd64..d1d7fa401 100644 --- a/cinder/brick/iscsi/iscsi.py +++ b/cinder/brick/iscsi/iscsi.py @@ -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): -- 2.45.2