Merge "Remove a TODO that no longer applies"

This commit is contained in:
Jenkins 2017-04-18 18:39:55 +00:00 committed by Gerrit Code Review
commit 227661e881
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