]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
v2 support for the linux bridge plugin
authorGary Kotton <gkotton@redhat.com>
Thu, 28 Jun 2012 10:26:10 +0000 (06:26 -0400)
committerGary Kotton <gkotton@redhat.com>
Tue, 3 Jul 2012 04:56:55 +0000 (00:56 -0400)
commitb0f43d77b8348dce84b5b578d7efeec84ba3a51d
treee060630f32e446ff017220a5b87bd4223fbd618a
parent85b0a148c9f0537665bbca7647a058c07ed718e6
v2 support for the linux bridge plugin

blueprint lb-api-v2-support

Plugin support for the linuxbridge using the v2 API

1. The core_plugin in quantum.conf must be set to:
quantum.plugins.linuxbridge.LinuxBridgePluginV2.LinuxBridgePluginV2
2. By default the agent is v2. A configuration file entry 'target_v2_api'
in the section 'AGENT' can be set as False to support v1.

Change-Id: I2e196859c13b28e535c6ec394ec3f5bc907bf019
quantum/plugins/linuxbridge/LinuxBridgePluginV2.py [new file with mode: 0644]
quantum/plugins/linuxbridge/agent/linuxbridge_quantum_agent.py
quantum/plugins/linuxbridge/common/config.py
quantum/plugins/linuxbridge/db/l2network_db.py
quantum/plugins/linuxbridge/db/l2network_models_v2.py [new file with mode: 0644]