]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Error message references incorrect variable
authorEric Harney <eharney@redhat.com>
Wed, 10 Oct 2012 14:38:22 +0000 (10:38 -0400)
committerEric Harney <eharney@redhat.com>
Wed, 10 Oct 2012 14:49:24 +0000 (10:49 -0400)
commit1fa8442a525a49d4cf63a8f2b3fab00f2e6405ae
tree51056bd07665d218e6dcc6a09f56c656eec960a9
parent69ab5832e8f4a6614903339c79a67faff06e61e4
Error message references incorrect variable

In remove_iscsi_target() for the TgtAdm class, the "Failed to
create iscsi target for volume id:" message references a
variable that doesn't exist -- use the correct variable name.

Fixes bug 1065073.

Change-Id: I55acb0dd2ee368fdc62a0ded6280d7ef7cd8ab7f
cinder/volume/iscsi.py