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
This commit is contained in:
Gary Kotton
2012-05-29 08:19:45 -04:00
parent d2a21ec921
commit a86c31ba15
14 changed files with 1762 additions and 155 deletions

View File

@@ -45,6 +45,7 @@ Development Documents
:maxdepth: 1
devref/index
devref/common
Man Pages
---------