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:
parent
6ed53156b6
commit
e0be9e3a2e
@ -122,8 +122,7 @@ function configure_placement {
|
|||||||
if [ "$PLACEMENT_DB_ENABLED" != False ]; then
|
if [ "$PLACEMENT_DB_ENABLED" != False ]; then
|
||||||
iniset $PLACEMENT_CONF placement_database connection `database_connection_url placement`
|
iniset $PLACEMENT_CONF placement_database connection `database_connection_url placement`
|
||||||
fi
|
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
|
if [[ "$WSGI_MODE" == "uwsgi" ]]; then
|
||||||
write_uwsgi_config "$PLACEMENT_UWSGI_CONF" "$PLACEMENT_UWSGI" "/placement"
|
write_uwsgi_config "$PLACEMENT_UWSGI_CONF" "$PLACEMENT_UWSGI" "/placement"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user