Fix RPC responses to allow None response correctly.
Fixes bug 897155 Also adds a new fake rpc implementation that tests use by default. This speeds up the test run by ~10% on my system. We can decide to ditch fake_rabbit at some point later.. Change-Id: I8877fad3d41ae055c15b1adff99e535c34e9ce92
This commit is contained in:
parent
13a12f889b
commit
335bf0ea99
@ -34,7 +34,6 @@ import nose.plugins.skip
|
||||
import nova.image.fake
|
||||
import shutil
|
||||
import stubout
|
||||
from eventlet import greenthread
|
||||
|
||||
from nova import fakerabbit
|
||||
from nova import flags
|
||||
|
Loading…
Reference in New Issue
Block a user