summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-01-25 11:36:11 +0000
committerGerrit Code Review <review@openstack.org>2019-01-25 11:36:11 +0000
commit0a1cc5763cb20130f257e13690ed38ad4f849058 (patch)
tree4118db77bff58dfb1ec8cecc102d4f09a2a20714
parent2abd1bfd209d3c653526a87cbc1b784699efcf48 (diff)
parent0c6ec739466c32a90ed091e6b2ed6f1d22240a3e (diff)
downloadosprofiler-0a1cc5763cb20130f257e13690ed38ad4f849058.tar.gz
Merge "Do not insert osprofiler filter into Neutron api-paste pipeline"
-rw-r--r--devstack/lib/osprofiler7
1 files changed, 0 insertions, 7 deletions
diff --git a/devstack/lib/osprofiler b/devstack/lib/osprofiler
index f7103b5..7f4675a 100644
--- a/devstack/lib/osprofiler
+++ b/devstack/lib/osprofiler
@@ -128,13 +128,6 @@ function configure_osprofiler() {
iniset $conf profiler connection_string $OSPROFILER_CONNECTION_STRING
fi
done
-
- # Insert osprofiler filter into Neutron paste configuration
- if [ -f $Q_API_PASTE_FILE ]; then
- VAL=$(iniget $Q_API_PASTE_FILE composite:neutronapi_v2_0 keystone)
- VAL=${VAL/catch_errors/catch_errors osprofiler}
- iniset $Q_API_PASTE_FILE composite:neutronapi_v2_0 keystone "$VAL"
- fi
}