Merge "Tag the alembic migration revisions for Ocata"
This commit is contained in:
commit
e30becd9b3
@ -27,6 +27,7 @@ LIBERTY = 'liberty'
|
|||||||
MITAKA = 'mitaka'
|
MITAKA = 'mitaka'
|
||||||
NEWTON = 'newton'
|
NEWTON = 'newton'
|
||||||
OCATA = 'ocata'
|
OCATA = 'ocata'
|
||||||
|
PIKE = 'pike'
|
||||||
|
|
||||||
NEUTRON_MILESTONES = [
|
NEUTRON_MILESTONES = [
|
||||||
# earlier milestones were not tagged
|
# earlier milestones were not tagged
|
||||||
|
@ -30,9 +30,11 @@ import sqlalchemy as sa
|
|||||||
from sqlalchemy.engine.reflection import Inspector as insp
|
from sqlalchemy.engine.reflection import Inspector as insp
|
||||||
|
|
||||||
from neutron.common import constants
|
from neutron.common import constants
|
||||||
|
from neutron.db import migration
|
||||||
|
|
||||||
MYSQL_ENGINE = 'mysql'
|
MYSQL_ENGINE = 'mysql'
|
||||||
ML2_PORT_BINDING = 'ml2_port_bindings'
|
ML2_PORT_BINDING = 'ml2_port_bindings'
|
||||||
|
neutron_milestone = [migration.OCATA]
|
||||||
|
|
||||||
|
|
||||||
def upgrade():
|
def upgrade():
|
||||||
|
Loading…
Reference in New Issue
Block a user