Merge "Update tests neutron.conf to use transport_url"

This commit is contained in:
Zuul 2018-10-05 15:01:07 +00:00 committed by Gerrit Code Review
commit 41f6560dd6
2 changed files with 2 additions and 3 deletions

View File

@ -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')]

View File

@ -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