We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13888a3 + 0cd8763 commit 2694cc9Copy full SHA for 2694cc9
1 file changed
lib/neutron
@@ -88,6 +88,7 @@ export NEUTRON_TEST_CONFIG_FILE=${NEUTRON_TEST_CONFIG_FILE:-"$NEUTRON_CONF_DIR/d
88
# enough
89
NEUTRON_DEPLOY_MOD_WSGI=$(trueorfalse False NEUTRON_DEPLOY_MOD_WSGI)
90
91
+NEUTRON_UWSGI=neutron.wsgi.api:application
92
NEUTRON_UWSGI_CONF=$NEUTRON_CONF_DIR/neutron-api-uwsgi.ini
93
94
# If NEUTRON_ENFORCE_SCOPE == True, it will set "enforce_scope"
@@ -476,7 +477,7 @@ function configure_neutron {
476
477
fi
478
479
if [ "$NEUTRON_DEPLOY_MOD_WSGI" == "True" ]; then
- write_uwsgi_config "$NEUTRON_UWSGI_CONF" "$NEUTRON_BIN_DIR/neutron-api" "/networking"
480
+ write_uwsgi_config "$NEUTRON_UWSGI_CONF" "$NEUTRON_UWSGI" "/networking" "" "neutron-api"
481
482
}
483
0 commit comments