vmware-nsx/neutron/tests/unit/vmware/etc/neutron.conf.test
armando-migliaccio 51fc1201fc Rename Neutron core/service plugins for VMware NSX
Short aliases are introduced for the NSX plugin(s). This patch
also switches to using the new plugin names/naming scheme in
the unit tests.

Partial-implements blueprint: nicira-plugin-renaming

Change-Id: If1f1431b098bf77b9c85e0afb3d7848083d9d451
2014-02-23 19:12:35 -08:00

27 lines
563 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
# 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 = neutron.openstack.common.rpc.impl_fake
lock_path = $state_path/lock
[database]
connection = 'sqlite://'