]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Cisco APIC ML2 mechanism driver, part 2
authorArvind Somya <asomya@cisco.com>
Thu, 13 Feb 2014 17:57:50 +0000 (09:57 -0800)
committerArvind Somya <asomya@cisco.com>
Thu, 22 May 2014 20:16:28 +0000 (13:16 -0700)
commit26cf7e2f9483f993571a573293cfc13b3c6bba58
treebda8aa4808a2b80aeaf584c4151e3a09731c55b3
parentfc832a0cd798d4b4b99041d0e4727999736d9961
Cisco APIC ML2 mechanism driver, part 2

    This set of changes introduces a mechanism driver for the
    Cisco APIC. This is the second and final part of a 2 part commit.
    Please see the blueprint for more information.

    The review is submitted in two parts:
    - Part 1 (Posted earlier, required for Part 2)
        o APIC REST Client
        o APIC data model and migration script
        o APIC configurations
    - Part 2 (this commit)
        o APIC mechanism driver
        o APIC manager

    Partially implements: blueprint ml2-cisco-apic-mechanism-driver

Change-Id: I5ed3ac133146635083e2d0093057b43b64f347fe
neutron/plugins/ml2/drivers/cisco/apic/apic_manager.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/apic/exceptions.py
neutron/plugins/ml2/drivers/cisco/apic/mechanism_apic.py [new file with mode: 0644]
neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_common.py
neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_manager.py [new file with mode: 0644]
neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_mechanism_driver.py [new file with mode: 0644]
setup.cfg