diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 35464d304..2b6701d7e 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -324,7 +324,7 @@ function start_aodh { elif [ "$AODH_DEPLOY" == "uwsgi" ]; then run_process aodh-api "$AODH_BIN_DIR/uwsgi $AODH_UWSGI_FILE" else - run_process aodh-api "$AODH_BIN_DIR/aodh-api" + run_process aodh-api "$AODH_BIN_DIR/aodh-api -p $AODH_SERVICE_PORT" fi # Only die on API if it was actually intended to be turned on