Merge "Update tests neutron.conf to use transport_url"
This commit is contained in:
commit
41f6560dd6
@ -291,7 +291,6 @@ class BaseTestCase(DietTestCase):
|
||||
@staticmethod
|
||||
def config_parse(conf=None, args=None):
|
||||
"""Create the default configurations."""
|
||||
# neutron.conf includes rpc_backend which needs to be cleaned up
|
||||
if args is None:
|
||||
args = []
|
||||
args += ['--config-file', etcdir('neutron.conf')]
|
||||
|
@ -14,8 +14,8 @@ bind_port = 9696
|
||||
# Paste configuration file
|
||||
api_paste_config = api-paste.ini.test
|
||||
|
||||
# The messaging module to use, defaults to kombu.
|
||||
rpc_backend = fake
|
||||
# The messaging transport URL
|
||||
transport_url = 'fake:/'
|
||||
|
||||
lock_path = $state_path/lock
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user