]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Parse linuxbridge plugins using openstack.common.cfg
authorGary Kotton <gkotton@redhat.com>
Tue, 29 May 2012 12:19:45 +0000 (08:19 -0400)
committerGary Kotton <gkotton@redhat.com>
Tue, 29 May 2012 13:54:29 +0000 (09:54 -0400)
commita86c31ba1544528cd8473896076e8b1b4ef14bce
tree1ec2c394e4f49c946a3346717696cd7b66b12648
parentd2a21ec921e4158a4fa7573c3d7541d92157dd52
Parse linuxbridge plugins using openstack.common.cfg

Implements the blueprint use-common-cfg

In order for the linuxbridge plugin to use the rpc code soon to be merged into
openstack-common, we need to parse our configuration using cfg. Here we
make the most simple, backwards compatible change in that direction.

The same is relevant for the openvswitch implementation

Fixes after comments.

Change-Id: I70fc1898a802cb4198f72741453283d114added2
14 files changed:
doc/source/devref/common.rst [new file with mode: 0644]
doc/source/index.rst
etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini
openstack-common.conf
quantum/openstack/common/cfg.py [new file with mode: 0644]
quantum/openstack/common/iniparser.py [new file with mode: 0644]
quantum/plugins/linuxbridge/LinuxBridgePlugin.py
quantum/plugins/linuxbridge/agent/linuxbridge_quantum_agent.py
quantum/plugins/linuxbridge/common/config.py [moved from quantum/plugins/linuxbridge/plugin_configuration.py with 51% similarity]
quantum/plugins/linuxbridge/db/l2network_db.py
quantum/plugins/openvswitch/agent/ovs_quantum_agent.py
quantum/plugins/openvswitch/common/__init__.py [moved from quantum/plugins/linuxbridge/common/configparser.py with 54% similarity]
quantum/plugins/openvswitch/common/config.py [new file with mode: 0644]
quantum/plugins/openvswitch/ovs_quantum_plugin.py