If you do a call() with e.g. the kombu driver, and there is no consumer
listening, then you will get a Timeout exception.
However, with the fake driver, we just silently return None in this
case. The oslo.messaging fake driver instead raises a Timeout and this
behaviour change turned up a tonne of issues with Nova's unit tests.
Make this change here too so that we can merge fixes for Nova's tests
before porting to oslo.messaging.
Note that although we also raise a Timeout in the case of cast(), but
cast() then just ignores the exception.
This commit just syncs this change from oslo-incubator.
blueprint: oslo-messaging
Change-Id: I20065bcc61dda99a68143afbcf6bb96884b6eb91