From: Shweta P Date: Sat, 20 Aug 2011 03:01:52 +0000 (-0700) Subject: Moved the conf file uncer the cisco directory X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=3768e6c6eee73f2210982e21214a5862acb3ff91;p=openstack-build%2Fneutron-build.git Moved the conf file uncer the cisco directory --- diff --git a/etc/quantum.conf.mocktest b/etc/quantum.conf.mocktest deleted file mode 100644 index 925a5ae90..000000000 --- a/etc/quantum.conf.mocktest +++ /dev/null @@ -1,24 +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 - -[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