neutron/neutron/tests/etc/neutron.conf
Bernard Cafarelli d82a5d3c14
Update tests neutron.conf to use transport_url
The deprecated rpc_backend parameter was removed from oslo.messaging in
I193cc0e613459a6dbbfd54ed0901a54ded78d712

Use transport_url parameter instead

Change-Id: Ia73fe052986617dd6ce5e68cced0c4c88516a33e
Closes-Bug: #1795878
2018-10-04 11:39:23 +02:00

25 lines
479 B
Plaintext

[DEFAULT]
# Show more verbose log output (sets DEBUG log level output)
default_log_levels = neutron=DEBUG
# Show debugging output in logs (sets DEBUG log level output)
debug = False
# Address to bind the API server
bind_host = 0.0.0.0
# Port the bind the API server to
bind_port = 9696
# Paste configuration file
api_paste_config = api-paste.ini.test
# The messaging transport URL
transport_url = 'fake:/'
lock_path = $state_path/lock
[database]
connection = 'sqlite://'