Remove a TODO that no longer applies

The removed TODO was talking about USE_SYSTEMD, not WSGI_MODE.

WSGI_MODE makes sense, so the TODO has been done.

Change-Id: Ib574ef123ea4c82d4d88012c990cd1ad660d7879
This commit is contained in:
Chris Dent 2017-04-18 16:52:25 +01:00
parent 6ed53156b6
commit e0be9e3a2e
1 changed files with 1 additions and 2 deletions

View File

@ -122,8 +122,7 @@ function configure_placement {
if [ "$PLACEMENT_DB_ENABLED" != False ]; then
iniset $PLACEMENT_CONF placement_database connection `database_connection_url placement`
fi
# TODO(sdague): this really should flag off of something else, but
# it won't really work without systemd today.
if [[ "$WSGI_MODE" == "uwsgi" ]]; then
write_uwsgi_config "$PLACEMENT_UWSGI_CONF" "$PLACEMENT_UWSGI" "/placement"
else