]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove accessing cfg.CONF.DATABASE in nec-agent
authorAkihiro MOTOKI <motoki@da.jp.nec.com>
Sun, 13 Jan 2013 17:57:33 +0000 (02:57 +0900)
committerAkihiro MOTOKI <motoki@da.jp.nec.com>
Mon, 14 Jan 2013 07:58:01 +0000 (16:58 +0900)
commit6cd4789008af6f148814b948980262e4d8fab0ed
tree148275c56e52fe03fab17cdb7b52e82ea8549429
parent01f3b1f438a5a52fbc812a2c83e8d19e5fbbc928
Remove accessing cfg.CONF.DATABASE in nec-agent

Fixes bug 1099162

The database configuration was moved to the common DB module.
There no longer needs to access database configuration in the
plugin specific code.

Change-Id: I4b80ea1e84ffa06d0fffa7f8ccdee08a5b77e239
quantum/plugins/nec/common/config.py
quantum/tests/unit/nec/test_config.py