File: openstack-common.conf.test

package info (click to toggle)
openstack-common 0.1%2Bgit20120203-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 280 kB
  • sloc: python: 2,293; makefile: 5
file content (31 lines) | stat: -rw-r--r-- 833 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[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