summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2013-01-21 13:10:53 +0000
committerMark McLoughlin <markmc@redhat.com>2013-01-21 13:10:53 +0000
commit82c8fb786a67b6e636095cb6bb8ebcb3ebc47463 (patch)
treed5c5e613505f7c03f3ea4381e65b001a561c094b /etc
parentb1c5269b20e58213da93254537435b67c258f236 (diff)
downloadoslo-82c8fb786a67b6e636095cb6bb8ebcb3ebc47463.tar.gz
oslo-82c8fb786a67b6e636095cb6bb8ebcb3ebc47463.tar.xz
oslo-82c8fb786a67b6e636095cb6bb8ebcb3ebc47463.zip
Remove unused etc/openstack-common.conf.test
This is unused since commit e0f57e92 removed the extensions module. Change-Id: Ia24d01c42fc9fb2e12eea697d217b30d7d6b2a51
Diffstat (limited to 'etc')
-rw-r--r--etc/openstack-common.conf.test31
1 files changed, 0 insertions, 31 deletions
diff --git a/etc/openstack-common.conf.test b/etc/openstack-common.conf.test
deleted file mode 100644
index 4206bff..0000000
--- a/etc/openstack-common.conf.test
+++ /dev/null
@@ -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