vmware-nsx/vmware_nsx/tests/unit/etc/neutron.conf.test
Boden R 9fe8dc40f6 Remove ref to oslo log verbose
As per [1] the ‘verbose’ option for oslo log is going away.
This patch removes our single usage of verbose in a unit test
conf file. The 'debug' option remains as-is.

[1] http://goo.gl/MGqxHS

Change-Id: Icb4d42e9ae2ec2b2cc6b7b6ac3f6427d41f2a06f
2016-05-17 15:28:31 -06:00

24 lines
453 B
Plaintext

[DEFAULT]
# 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
# MISSING Path to the extensions
# api_extensions_path =
# 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://'