Add the ability to look up images which do not have a placement yet.

This commit is contained in:
Jake Moshenko 2014-06-18 12:40:23 -04:00
parent bf0e01fba5
commit 0a62f7f725
2 changed files with 19 additions and 1 deletions

View file

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