neutron/neutron/tests/functional/db
Henry Gessau 9fc7f56565 Skip external tables for neutron-db-manage --autogenerate
DB tables that do not have models in the neutron tree cause
neutron-db-manage --autogenerate to create commands to drop the
tables. This fix hooks into alembic's environment with a include_object
callback that ignores external tables.

We already had a list of external tables for use by the migration tests,
so re-use them for --autogenerate.

Partial-bug: #1458682

Change-Id: I2c0bc73f72840c401c578e87d8178a79f05aad82
2015-05-25 18:19:07 -04:00
..
__init__.py Freeze models for healing migration 2014-07-14 18:36:05 +02:00
test_ipam.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
test_migrations.py Skip external tables for neutron-db-manage --autogenerate 2015-05-25 18:19:07 -04:00
test_models.py Freeze models for healing migration 2014-07-14 18:36:05 +02:00