From: Dan Wendlandt Date: Tue, 13 Dec 2011 07:50:21 +0000 (-0800) Subject: bug 903581: remove etc/quantum.conf.sample as it is invalid X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=3aea574f22b27baa4d5276188b5ac3fac5063b50;p=openstack-build%2Fneutron-build.git bug 903581: remove etc/quantum.conf.sample as it is invalid Change-Id: I9314bfb9a58a65d7801125b3756672b831087c9d --- diff --git a/etc/quantum.conf.sample b/etc/quantum.conf.sample deleted file mode 100644 index eccde5f05..000000000 --- a/etc/quantum.conf.sample +++ /dev/null @@ -1,32 +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 API server -bind_host = 0.0.0.0 - -# Port the bind the API server to -bind_port = 9696 - -# Path to the extensions -api_extensions_path = extensions - -[composite:quantum] -use = egg:Paste#urlmap -/: quantumversions -/v0.1: quantumapi - -[pipeline:quantumapi] -pipeline = extensions quantumapiapp - -[filter:extensions] -paste.filter_factory = quantum.common.extensions:plugin_aware_extension_middleware_factory - -[app:quantumversions] -paste.app_factory = quantum.api.versions:Versions.factory - -[app:quantumapiapp] -paste.app_factory = quantum.api:APIRouterV01.factory