Files
cinder/cinder/rpc.py
Eric Harney 4805958b3e Fix up RPC cleanup process
We don't need to assert here, because we will
throw exceptions when using TRANSPORT and
NOTIFICATION_TRANSPORT if they are None.

If NOTIFIER is None, log an exception and continue,
since it is not used here.

This still allows detection of problems like the
asserts did, but will not fail needlessly.

Change-Id: I6f0c3ce19a60339e926946b605962d4121a06d8e
2016-05-16 10:52:01 -04:00

8.3 KiB