Add the ability to look up images which do not have a placement yet.
This commit is contained in:
parent
bf0e01fba5
commit
0a62f7f725
2 changed files with 19 additions and 1 deletions
|
@ -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'
|
||||
|
|
Reference in a new issue