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 committed by Dan Wendlandt
parent 5b6c2511a1
commit c4253d0ffd
1 changed files with 1 additions and 0 deletions

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__)