From 3aea574f22b27baa4d5276188b5ac3fac5063b50 Mon Sep 17 00:00:00 2001 From: Dan Wendlandt Date: Mon, 12 Dec 2011 23:50:21 -0800 Subject: [PATCH] bug 903581: remove etc/quantum.conf.sample as it is invalid Change-Id: I9314bfb9a58a65d7801125b3756672b831087c9d --- etc/quantum.conf.sample | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 etc/quantum.conf.sample 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 -- 2.45.2