Rename oci_model to appr_model
This commit is contained in:
parent
f0d4841155
commit
6622f27c93
19 changed files with 222 additions and 171 deletions
|
@ -1,4 +1,4 @@
|
|||
from data import model, oci_model
|
||||
from data import model, appr_model
|
||||
|
||||
|
||||
def sync_database_with_config(config):
|
||||
|
@ -7,4 +7,4 @@ def sync_database_with_config(config):
|
|||
location_names = config.get('DISTRIBUTED_STORAGE_CONFIG', {}).keys()
|
||||
if location_names:
|
||||
model.image.ensure_image_locations(*location_names)
|
||||
oci_model.blob.ensure_blob_locations(*location_names)
|
||||
appr_model.blob.ensure_blob_locations(*location_names)
|
||||
|
|
Reference in a new issue