Browse code

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

Chris Dent authored on 2017/04/19 00:52:25
Showing 1 changed files
... ...
@@ -122,8 +122,7 @@ function configure_placement {
122 122
     if [ "$PLACEMENT_DB_ENABLED" != False ]; then
123 123
         iniset $PLACEMENT_CONF placement_database connection `database_connection_url placement`
124 124
     fi
125
-    # TODO(sdague): this really should flag off of something else, but
126
-    # it won't really work without systemd today.
125
+
127 126
     if [[ "$WSGI_MODE" == "uwsgi" ]]; then
128 127
         write_uwsgi_config "$PLACEMENT_UWSGI_CONF" "$PLACEMENT_UWSGI" "/placement"
129 128
     else