]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Load tables of service plugins when migration auto generation
authorAkihiro MOTOKI <motoki@da.jp.nec.com>
Thu, 29 Aug 2013 12:08:06 +0000 (21:08 +0900)
committerAkihiro MOTOKI <motoki@da.jp.nec.com>
Thu, 29 Aug 2013 12:13:13 +0000 (21:13 +0900)
commit55bfb412f1732e97da76f1b34e581d2429df38e6
tree66f153e9f1aafc643fbb4f3027d037872e97ab5e
parent7753ce5fc3e489857e785dac08c951d32050f8d5
Load tables of service plugins when migration auto generation

When we run "neutron-db-manage revision --autogenerate", it detects
table deletion of service plugins even when they are configured.
We need to load tables of service plugins to teach alembic such
tables exist.

Change-Id: I9186d36496069c8253683bd200326b80a6565fa6
Closes-Bug: #1218338
neutron/db/migration/alembic_migrations/env.py