summaryrefslogtreecommitdiff
path: root/tools/reserve-migrations.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/reserve-migrations.py')
-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