Browse code

Merge "Remove a TODO that no longer applies"

Jenkins authored on 2017/04/19 03:39:55
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