summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2021-02-13 17:18:53 +0000
committerStephen Finucane <stephenfin@redhat.com>2021-08-09 15:34:40 +0100
commitbf8b5fc7d05e0a66031a03e50e8f6bb76a921046 (patch)
tree0accacdc0bcb6add164be98d77d33a97917a9af1 /tools
parentaec2ca94686f016c343cc4b97c2e310bb135fd27 (diff)
downloadnova-bf8b5fc7d05e0a66031a03e50e8f6bb76a921046.tar.gz
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>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/reserve-migrations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/reserve-migrations.py b/tools/reserve-migrations.py
index 439eec611f..373c574b69 100755
--- a/tools/reserve-migrations.py
+++ b/tools/reserve-migrations.py
@@ -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