]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Moved the conf file uncer the cisco directory
authorShweta P <shweta.ap05@gmail.com>
Sat, 20 Aug 2011 03:02:49 +0000 (20:02 -0700)
committerShweta P <shweta.ap05@gmail.com>
Sat, 20 Aug 2011 03:02:49 +0000 (20:02 -0700)
quantum/plugins/cisco/conf/quantum.conf.ciscoext [new file with mode: 0644]

diff --git a/quantum/plugins/cisco/conf/quantum.conf.ciscoext b/quantum/plugins/cisco/conf/quantum.conf.ciscoext
new file mode 100644 (file)
index 0000000..925a5ae
--- /dev/null
@@ -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