Merge "DB migration checklist task for Pike"

This commit is contained in:
Jenkins 2017-08-19 20:45:18 +00:00 committed by Gerrit Code Review
commit 5b3c713384
2 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,7 @@ NEUTRON_MILESTONES = [
MITAKA, MITAKA,
NEWTON, NEWTON,
OCATA, OCATA,
PIKE,
# Do not add the milestone until the end of the release # Do not add the milestone until the end of the release
] ]

View File

@ -22,6 +22,8 @@ Create Date: 2017-07-13 19:25:29.204547
from alembic import op from alembic import op
import sqlalchemy as sa import sqlalchemy as sa
from neutron.db import migration
# revision identifiers, used by Alembic. # revision identifiers, used by Alembic.
revision = '7d32f979895f' revision = '7d32f979895f'
@ -30,6 +32,8 @@ down_revision = '349b6fd605a6'
# require the migration rule that dropped the mtu column in the past # require the migration rule that dropped the mtu column in the past
depends_on = ('b67e765a3524',) depends_on = ('b67e765a3524',)
neutron_milestone = [migration.PIKE]
def upgrade(): def upgrade():
op.add_column('networks', op.add_column('networks',