Remove the placement fallback since the DB has been fully backfilled.
This commit is contained in:
parent
da12b940a9
commit
6047f3759f
3 changed files with 1 additions and 45 deletions
|
@ -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'
|
||||
|
|
Reference in a new issue