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:
parent
430f8d7643
commit
d1d43dbe06
@ -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__)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user