~niedbalski/ubuntu/vivid/neutron/fixes-1447803

« back to all changes in this revision

Viewing changes to neutron/plugins/ml2/drivers/mech_ofagent.py

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-10-03 18:45:23 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20141003184523-4mt6dy1q3j8n30c9
Tags: 1:2014.2~rc1-0ubuntu1
* New upstream release candidate:
  - d/p/*: Refreshed.
  - d/control: Add python-requests-mock to BD's.
  - d/control: Align versioned requirements with upstream.
* Transition linuxbridge and openvswitch plugin users to modular
  layer 2 plugin (LP: #1323729):
  - d/control: Mark removed plugin packages as transitional, depend
    on neutron-plugin-ml2, mark oldlibs/extra.
  - d/neutron-plugin-{linuxbridge,openvswitch}.install: Drop.
  - d/control: Depend on neutron-plugin-ml2 for linuxbridge
    agent package.
  - d/neutron-plugin-linuxbridge-agent.upstart: Use ml2 plugin
    configuration files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Copyright (C) 2014 VA Linux Systems Japan K.K.
 
2
# Copyright (C) 2014 Fumihiko Kakuma <kakuma at valinux co jp>
 
3
# All Rights Reserved.
 
4
#
2
5
# Based on openvswitch mechanism driver.
3
6
#
4
7
# Copyright (c) 2013 OpenStack Foundation
15
18
#    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16
19
#    License for the specific language governing permissions and limitations
17
20
#    under the License.
18
 
# @author: Fumihiko Kakuma, VA Linux Systems Japan K.K.
19
21
 
20
22
from neutron.common import constants
21
23
from neutron.extensions import portbindings