Skip to content

Commit

Permalink
Revert "build uwsgi dogstatsd plugin for all projects"
Browse files Browse the repository at this point in the history
This reverts commit 9320f00.
  • Loading branch information
notandy committed Sep 14, 2021
1 parent 9320f00 commit b9c2937
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ if [[ "${EXTENSIONS}" == "no" ]]; then
$(dirname $0)/install_nova_console.sh
fi
$(dirname $0)/install_packages.sh
uwsgi --build-plugin https://github.com/Datadog/uwsgi-dogstatsd
if [[ ${PROJECT} == 'neutron' ]]; then
uwsgi --build-plugin https://github.com/Datadog/uwsgi-dogstatsd
fi
$(dirname $0)/pip_install.sh /tmp/${PROJECT} ${PIP_PACKAGES}
else
# install custom requirements
Expand Down

0 comments on commit b9c2937

Please sign in to comment.