]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Enable quantum agents to work with global cfg.CONF
authorGary Kotton <gkotton@redhat.com>
Sun, 8 Jul 2012 12:05:46 +0000 (08:05 -0400)
committerGary Kotton <gkotton@redhat.com>
Wed, 11 Jul 2012 17:41:25 +0000 (13:41 -0400)
commite2d0eb6ad89b41eab4e40e24e53884de368a80a4
tree1b1f2937b816f2ab0aa75c2ca82d9fcaebd18e25
parentdde2388470d37a25d267775a5ea417a6bff2a9e2
Enable quantum agents to work with global cfg.CONF

This implements blueprint global-config-support

A common configuration parse function is used by the service and the agent.

In the case of the service, when loading the plugin, the configuration file
will be appended to the existing cfg.CONF (this was originally created when
quantum.conf was loaded).

In the case of the agent a global cfg.CONF will be created.

This task is a prerequisite for the RPC integration into Quantum.

Change-Id: I24ef4a804578502bcce484f44dc55c8fe2aa913e
quantum/plugins/linuxbridge/common/config.py
quantum/plugins/openvswitch/common/config.py
quantum/plugins/ryu/common/config.py
quantum/tests/unit/test_lb_config.py [new file with mode: 0644]
quantum/tests/unit/test_ovs_config.py
quantum/tests/unit/test_ryu_config.py [new file with mode: 0644]