]> 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)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:42 +0000 (15:20 +0800)
commit63ecf4995077def53a61d2f1e4f34564e92ca241
tree17728b987e80ebca6d1034af47c13782b33b8a92
parent7195510b578296f86132379c4d42ab967dd6fdd0
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