| ... | ... |
@@ -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 |