]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
LIO: Let delete_initiator succeed if iqn not found
authorEric Harney <eharney@redhat.com>
Thu, 15 Oct 2015 14:25:49 +0000 (10:25 -0400)
committerEric Harney <eharney@redhat.com>
Mon, 19 Oct 2015 16:22:18 +0000 (12:22 -0400)
commitfdcd66eaf9b23f72438016c86d80c504107b0dfb
treeeb5cda23f99b50262482655eeb52c0ddb2e98b3f
parentec98796767d1d743a30767edb9a1f3bb7d4deba8
LIO: Let delete_initiator succeed if iqn not found

When performing delete_initiator, this should not
raise an error if it can't find the initiator in
an ACL.  This likely indicates something has
gotten out of sync, but the teardown should be
allowed to succeed.

Closes-Bug: #1506496
Change-Id: I3fa9d2e4a435de7c8ee5b24d419930050af197fe
cinder/cmd/rtstool.py