Merge "Tag the alembic migration revisions for Ocata"

This commit is contained in:
Jenkins 2017-02-07 05:16:21 +00:00 committed by Gerrit Code Review
commit e30becd9b3
2 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@ LIBERTY = 'liberty'
MITAKA = 'mitaka'
NEWTON = 'newton'
OCATA = 'ocata'
PIKE = 'pike'
NEUTRON_MILESTONES = [
# earlier milestones were not tagged

View File

@ -30,9 +30,11 @@ import sqlalchemy as sa
from sqlalchemy.engine.reflection import Inspector as insp
from neutron.common import constants
from neutron.db import migration
MYSQL_ENGINE = 'mysql'
ML2_PORT_BINDING = 'ml2_port_bindings'
neutron_milestone = [migration.OCATA]
def upgrade():