commit | f6adb245bbb1a19ada9b7c434699a5019e68fce6 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.opendev.org> | Fri Jun 14 22:53:04 2024 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Fri Jun 14 22:53:04 2024 +0000 |
tree | 4275fa4fcc424596bc4908476b98caca79ea0b27 | |
parent | 92d70a854322be9cb22f574618d7663be9a4e649 [diff] | |
parent | b500d80c7641583039188baf62c215676e3d81db [diff] |
Merge "Fix deployment of the neutron with uwsgi"
diff --git a/lib/neutron b/lib/neutron index ed854fd..8b65980 100644 --- a/lib/neutron +++ b/lib/neutron
@@ -1022,7 +1022,7 @@ Q_API_PASTE_FILE=$NEUTRON_CONF_DIR/api-paste.ini cp $NEUTRON_DIR/etc/api-paste.ini $Q_API_PASTE_FILE - if [[ -n "$NEUTRON_ENDPOINT_SERVICE_NAME" ]]; then + if [[ "$NEUTRON_DEPLOY_MOD_WSGI" == "False" && -n "$NEUTRON_ENDPOINT_SERVICE_NAME" ]]; then _replace_api_paste_composite fi