From: Ihar Hrachyshka Date: Mon, 22 Jun 2015 13:43:20 +0000 (+0200) Subject: Ease debugging alembic by passing proper scripts path in alembic.ini X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=6da2d24ff44cbc8dd0ea8d2e6f72419a46026989;p=openstack-build%2Fneutron-build.git Ease debugging alembic by passing proper scripts path in alembic.ini Otherwise, anyone who attempts to issue an alembic command with the file gets: FAILED: Path doesn't exist: '<...>/neutron/neutron/db/migration/alembic'. Please use the 'init' command to create a new scripts folder. Change-Id: I5b5f2802b478c8d8c327d24faa838f7a6859b979 --- diff --git a/neutron/db/migration/alembic.ini b/neutron/db/migration/alembic.ini index 82dec7381..3fb3b0fce 100644 --- a/neutron/db/migration/alembic.ini +++ b/neutron/db/migration/alembic.ini @@ -2,7 +2,7 @@ [alembic] # path to migration scripts -script_location = %(here)s/alembic +script_location = %(here)s/alembic_migrations # template used to generate migration files # file_template = %%(rev)s_%%(slug)s