Skip to content

Commit

Permalink
Merge "DB migration milestone for Queens"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Jul 5, 2018
2 parents 7ea27bd + 0cb7271 commit 1c265cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@


# milestone identifier, used by neutron-db-manage
neutron_milestone = [migration.NEWTON, migration.OCATA, migration.PIKE]
neutron_milestone = [
migration.NEWTON,
migration.OCATA,
migration.PIKE,
migration.QUEENS,
]


def upgrade():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@


# milestone identifier, used by neutron-db-manage
neutron_milestone = [migration.PIKE]
neutron_milestone = [migration.PIKE, migration.QUEENS]

TABLE_NAME = 'tap_id_associations'

Expand Down

0 comments on commit 1c265cb

Please sign in to comment.