Merge "Refactor nova.rpc config handling."
This commit is contained in:
commit
fb8475ca44
@ -59,6 +59,9 @@ def reset_db():
|
||||
def setup():
|
||||
import mox # Fail fast if you don't have mox. Workaround for bug 810424
|
||||
|
||||
from nova import rpc # Register rpc_backend before fake_flags sets it
|
||||
FLAGS.register_opts(rpc.rpc_opts)
|
||||
|
||||
from nova import context
|
||||
from nova import db
|
||||
from nova.db import migration
|
||||
|
Loading…
Reference in New Issue
Block a user