47172c2f9e
blueprint use-common-cfg In addition this ensures that the cisco extension units are working with the common cfg code. Change-Id: I8c1f81e295e7ed593f0b58885efeeb15339b7733
21 lines
475 B
Plaintext
21 lines
475 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 = ../../../../extensions
|
|
|
|
# Paste configuration file
|
|
api_paste_config = api-paste.ini.cisco.test
|
|
|
|
core_plugin = quantum.plugins.cisco.l2network_plugin.L2Network
|