From: Shweta P Date: Sat, 20 Aug 2011 03:02:49 +0000 (-0700) Subject: Moved the conf file uncer the cisco directory X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=058958c76cbac3248be1208caccbd759391e93bc;p=openstack-build%2Fneutron-build.git Moved the conf file uncer the cisco directory --- diff --git a/quantum/plugins/cisco/conf/quantum.conf.ciscoext b/quantum/plugins/cisco/conf/quantum.conf.ciscoext new file mode 100644 index 000000000..925a5ae90 --- /dev/null +++ b/quantum/plugins/cisco/conf/quantum.conf.ciscoext @@ -0,0 +1,24 @@ +[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 + +[pipeline:extensions_app_with_filter] +pipeline = extensions extensions_test_app + +[filter:extensions] +paste.filter_factory = quantum.common.extensions:plugin_aware_extension_middleware_factory + +[app:extensions_test_app] +paste.app_factory = tests.unit.test_cisco_extension:app_factory