f54a788cae
In addition to this enable the user to configure the amount of retries to generate a unique MAC address Change-Id: Ic109ae65993141c6dc7d63f394066a31e79e2b4c
33 lines
990 B
Plaintext
33 lines
990 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 = True
|
|
|
|
# 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. Note that this can be a colon-separated list of
|
|
# paths. For example:
|
|
# api_extensions_path = extensions:/path/to/more/extensions:/even/more/extensions
|
|
# The __path__ of quantum.extensions is appended to this, so if your
|
|
# extensions are in there you don't need to specify them here
|
|
api_extensions_path =
|
|
|
|
# Quantum plugin provider module
|
|
core_plugin = quantum.plugins.sample.SamplePlugin.FakePlugin
|
|
|
|
# Paste configuration file
|
|
api_paste_config = api-paste.ini
|
|
|
|
# Base MAC address. The first 3 bytes will remain unchanged. The
|
|
# lower 3 bytes will be randomly generated.
|
|
# base_mac = fa:16:3e:00:00:00
|
|
|
|
# Maximum amount of retries to generate a unique MAC address
|
|
# mac_generation_retries = 16
|