Merge "Do not insert osprofiler filter into Neutron api-paste pipeline"

This commit is contained in:
Zuul 2019-01-25 11:36:11 +00:00 committed by Gerrit Code Review
commit 0a1cc5763c
1 changed files with 0 additions and 7 deletions

View File

@ -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
}