neutron-fwaas/neutron/tests/etc/neutron.conf.test
Ihar Hrachyshka a76d24e55d Revert "Disable debug messages when running unit tests"
This reverts commit 56edda0d18.

Another patch (commit-id: df96a03e6c) to
fix the same issue with less intrusive consequences was already merged
into master. There's still benefit to have debug logs if this does not
make gate jobs fail, so revert to previous setting value.

Related-Bug: 1316610
Change-Id: I9b57369027e1e43bed1bde4d971dee9fb7a26a47
2014-05-07 14:54:35 +02:00

28 lines
570 B
Plaintext

[DEFAULT]
# Show more verbose log output (sets INFO log level output)
verbose = True
# 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
# Path to the extensions
api_extensions_path = unit/extensions
# Paste configuration file
api_paste_config = api-paste.ini.test
# The messaging module to use, defaults to kombu.
rpc_backend = neutron.openstack.common.rpc.impl_fake
lock_path = $state_path/lock
[database]
connection = 'sqlite://'