Code Review
/
openstack-build
/
cinder-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
83cb5b1
)
Fixes pep8 violation in nova
author
Walter A. Boring IV
<walter.boring@hp.com>
Mon, 9 Sep 2013 21:43:59 +0000
(14:43 -0700)
committer
Walter 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
patch
|
blob
|
history
diff --git
a/cinder/brick/iscsi/iscsi.py
b/cinder/brick/iscsi/iscsi.py
index e0c79fd64b5b6ad26930ad02ffc16cccb4de1140..d1d7fa4010931a3d32d88b5c079dbb37430fdcb5 100644
(file)
--- 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):