yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #01629
[Bug 1155121] Re: DB tables not loaded with Cisco Plugin
Reviewed: https://review.openstack.org/24879
Committed: http://github.com/openstack/quantum/commit/8afa3046c6e9077bf80d0a1fd7b69d20d3e7a750
Submitter: Jenkins
Branch: milestone-proposed
commit 8afa3046c6e9077bf80d0a1fd7b69d20d3e7a750
Author: Baodong (Robert) Li <baoli@xxxxxxxxx>
Date: Tue Mar 19 10:06:03 2013 -0700
Load all the necessary database tables when running cisco plugin
In Cisco plugin, Remove redundant/unnecessary calls to configure_db().
Make sure that all the database models are loaded before calling
configure_db()
fixes bug #1155121
Change-Id: I27d5dda512140f0553b311b35678c82f729fa854
** Changed in: quantum
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to quantum.
https://bugs.launchpad.net/bugs/1155121
Title:
DB tables not loaded with Cisco Plugin
Status in OpenStack Quantum (virtual network service):
Fix Released
Bug description:
when configuring openstack to run with Cisco plugin, network creation
failed with
ProgrammingError: (ProgrammingError) (1146, "Table
'ovs_quantum.agents' doesn't exist")
In one of the possible configurations with cisco plugin, openvswitch
plugin is required and will be called by the cisco plugin. This
requires calling openvswitch routines to have it properly initialized.
Both openvswitch plugin and cisco plugin import database models. Cisco
plugin invokes configure_db() prior to initializing openvswitch().
This causes some of the openvswitch tables not being created although
configure_db() is also invoked as part of its initialization.
To manage notifications about this bug go to:
https://bugs.launchpad.net/quantum/+bug/1155121/+subscriptions