]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Create agents table when ML2 core_plugin is used
authorJakub Libosvar <libosvar@redhat.com>
Tue, 11 Mar 2014 16:11:38 +0000 (17:11 +0100)
committerJakub Libosvar <libosvar@redhat.com>
Tue, 11 Mar 2014 16:15:25 +0000 (17:15 +0100)
commit73cbbd0809d52f969ba82e85be32749dd4c17d25
tree850ef77515345854f7e737dd068e31e24709b8b4
parenta3e7e260544b43344f0a268b5257ee743e1034ca
Create agents table when ML2 core_plugin is used

In Icehouse agents table is not created when ml2 is used but later in
migration chain is added uniq constraint on this table. This patch makes
agents table created when ml2 plugin is used as core_plugin.

Closes-bug: 1260224
Change-Id: I501534261efd278b6a69a66758f1a01aa49bfa17
neutron/db/migration/alembic_migrations/versions/511471cc46b_agent_ext_model_supp.py