]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Revert "Outputs the message about failing to bind
authorDan Prince <dprince@redhat.com>
Tue, 23 Dec 2014 16:56:17 +0000 (11:56 -0500)
committerDan Prince <dprince@redhat.com>
Tue, 23 Dec 2014 16:59:06 +0000 (11:59 -0500)
commit892afe9aa5799e7556586d24dc57ef760f62369b
treedbbee994562b87277b4ce38de9cab7b1f3981694
parent7588e834b4545ca184cc67cc976426f63ec9d3bd
Revert "Outputs the message about failing to bind

This reverts commit 8b59396182ceacb704e00afe1aee040a19e2a187.

This commit broke the ability to create Iscsi targets w/
cinder-rtstool. Everything seems to be working fine except there
are issues with regards to how rtstool output is parsed in that
any output (regardless of exit status) causes the command
to be marked as failed.

Suggesting this as a quick revert until we can investigate
the proper fix for error handling with cinder-rtstool.

Change-Id: I439433571ed1d01d162f685f8441b28bd6bffa43
Closes-bug: #1405228
cinder/cmd/rtstool.py