Fix database configuration of ryu-agent

Fixes bug #1097156

The database configuration was moved to the DB module.
This patch makes ryu-agent follow it.

Change-Id: Ib843132eb1a01769725dd89b1e1799c9d10790d3
This commit is contained in:
Yoshihiro Kaneko 2013-01-08 17:49:47 +09:00
parent 430f8d7643
commit d1d43dbe06

View File

@ -40,6 +40,7 @@ from quantum.openstack.common import log
from quantum.plugins.ryu.common import config
cfg.CONF.import_opt('sql_connection', 'quantum.db.api', 'DATABASE')
LOG = log.getLogger(__name__)