Remove the placement fallback since the DB has been fully backfilled.

This commit is contained in:
Jake Moshenko 2014-06-24 17:01:23 -04:00
parent da12b940a9
commit 6047f3759f
3 changed files with 1 additions and 45 deletions

View file

@ -152,6 +152,3 @@ class DefaultConfig(object):
}
DISTRIBUTED_STORAGE_PREFERENCE = ['local_us']
# Remove me when all imagestorage objects have a location
DS_BACKFILL_LOCATION = 'local_us'