]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
bug 903581: remove etc/quantum.conf.sample as it is invalid
authorDan Wendlandt <dan@nicira.com>
Tue, 13 Dec 2011 07:50:21 +0000 (23:50 -0800)
committerDan Wendlandt <dan@nicira.com>
Tue, 13 Dec 2011 07:50:21 +0000 (23:50 -0800)
Change-Id: I9314bfb9a58a65d7801125b3756672b831087c9d

etc/quantum.conf.sample [deleted file]

diff --git a/etc/quantum.conf.sample b/etc/quantum.conf.sample
deleted file mode 100644 (file)
index eccde5f..0000000
+++ /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