Remove unused etc/openstack-common.conf.test

This is unused since commit e0f57e92 removed the extensions module.

Change-Id: Ia24d01c42fc9fb2e12eea697d217b30d7d6b2a51
This commit is contained in:
Mark McLoughlin 2013-01-21 13:10:53 +00:00 committed by Thierry Carrez
parent cecd648087
commit 0bfccbbc02
1 changed files with 0 additions and 31 deletions

View File

@ -1,31 +0,0 @@
[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 server to
bind_host = 0.0.0.0
# Port the bind the server to
bind_port = 80
# Log to this file. Make sure the user running skeleton-api has
# permissions to write to this file!
log_file = /tmp/openstack-common.log
# Send logs to syslog (/dev/log) instead of to file specified by `log_file`
use_syslog = False
# Path to the extensions
api_extensions_path = tests/unit/extensions
[pipeline:extensions_app_with_filter]
pipeline = extensions extensions_test_app
[filter:extensions]
paste.filter_factory = openstack.common.extensions:ExtensionMiddleware.factory
[app:extensions_test_app]
paste.app_factory = tests.unit.test_extensions:app_factory