
This is part of new vmware_nsx directory structure proposed in https://goo.gl/GdWXyH. Change-Id: I86262470a03c520bf8fe0f5129d940107701004f
27 lines
529 B
Plaintext
27 lines
529 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 = fake
|
|
|
|
lock_path = $state_path/lock
|
|
|
|
[database]
|
|
connection = 'sqlite://'
|