You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
479 B
Plaintext
25 lines
479 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 transport URL
|
|
transport_url = 'fake:/'
|
|
|
|
lock_path = $state_path/lock
|
|
|
|
[database]
|
|
connection = 'sqlite://'
|
|
|