]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ML2: database needs to be initalized after drivers loaded
authorAaron Rosen <aaronorosen@gmail.com>
Fri, 28 Feb 2014 06:26:30 +0000 (22:26 -0800)
committerAaron Rosen <aaronorosen@gmail.com>
Tue, 4 Mar 2014 04:14:17 +0000 (20:14 -0800)
commit71deb11f6fd5186cabcc42431316deb5dbfa3dfe
treea9482137afaa87255f041577dccfe828d138c0a0
parentfc9f17087765aa9fb0d337c3bc619dfe01d9b694
ML2: database needs to be initalized after drivers loaded

Previously, if you started neutron-server with an empty database some
of the tables that drivers use are not automatically created. That said,
one should probably run neutron-db-manage manually to create the tables
and not rely on neutron to do this. This regression was cause in 326b85.

Change-Id: I2c578733de0213945b31fba86a3b0ea45c02295a
Closes-bug: #1285993
Co-Authored-By: Itsuro Oda <oda@valinux.co.jp>
neutron/plugins/ml2/plugin.py