Previously there are a lot of warning messages of setuptools
in the log files of tox jobs. This is mainly caused by test
samples because these are in python codes directories.
This patch moves test samples from under {tacker_root}/tacker/
to under {tacker_root}/samples/.
This patch reduces log messages drastically. For example,
the log file of py38 tox job decreased about 34,000 lines.
Change-Id: I8187ef892c6fe8be323fa5cc20969d298843f1ea
24 lines
492 B
Plaintext
24 lines
492 B
Plaintext
[DEFAULT]
|
|
# 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 = 9890
|
|
|
|
# Path to the extensions
|
|
api_extensions_path = unit/extensions
|
|
|
|
# Paste configuration file
|
|
api_paste_config = api-paste.ini.test
|
|
|
|
# The messaging module to use, defaults to kombu.
|
|
rpc_backend = tacker.openstack.common.rpc.impl_fake
|
|
|
|
lock_path = $state_path/lock
|
|
|
|
[database]
|
|
connection = 'sqlite://'
|