neutron/neutron/tests/etc/neutron.conf
Kevin Benton 1a055fe01e Stop extension warnings in UTs
Gets rid of these log lines dumped to output when executing a test with
ostestr.

...
Did not find expected name "Test_portsecurity" in
neutron/tests/unit/extensions/test_portsecurity.py
Did not find expected name "Test_providernet" in
neutron/tests/unit/extensions/test_providernet.py
Did not find expected name "Test_quotasv2" in
neutron/tests/unit/extensions/test_quotasv2.py
...

TrivialFix
Change-Id: I6a7326e1ef4097455303b963526fe1d638a2c59c
2017-04-20 10:03:26 +00:00

25 lines
493 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 module to use, defaults to kombu.
rpc_backend = fake
lock_path = $state_path/lock
[database]
connection = 'sqlite://'