db: Move remaining 'nova.db.sqlalchemy' modules
The two remaining modules, 'api_models' and 'api_migrations', are moved to the new 'nova.db.api' module. Change-Id: I138670fe36b07546db5518f78c657197780c5040 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
@@ -6,7 +6,7 @@ import os
|
||||
import subprocess
|
||||
|
||||
BASE = 'nova/db/main/legacy_migrations/versions'.split('/')
|
||||
API_BASE = 'nova/db/sqlalchemy/api_migrations/migrate_repo/versions'.split('/')
|
||||
API_BASE = 'nova/db/api/legacy_migrations/versions'.split('/')
|
||||
|
||||
STUB = \
|
||||
"""# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
|
||||
Reference in New Issue
Block a user