]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Cisco APIC ML2 mechanism driver, part 1
authorHenry Gessau <gessau@cisco.com>
Thu, 13 Feb 2014 16:58:47 +0000 (11:58 -0500)
committerHenry Gessau <gessau@cisco.com>
Fri, 25 Apr 2014 13:20:39 +0000 (09:20 -0400)
commita234ecda87f803b05637f3d74ba53815f20f472f
tree03483fb4455c581f5ae5b63a0b8204a6b73f085a
parent1f4df4e52848b76d8919c4856262d47c691f4cca
Cisco APIC ML2 mechanism driver, part 1

This set of changes introduces a mechanism driver for the
Cisco APIC. Please see the blueprint for more information.

The review is submitted in two parts:
- Part 1 (this one)
    o APIC REST Client
    o APIC data model and migration script
    o APIC configurations
- Part 2 (dependent on part 1)
    o APIC mechanism driver
    o APIC manager

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

Change-Id: I698b25ca975fed746107ee64f03563ef1a56e0ef
etc/neutron/plugins/ml2/ml2_conf_cisco.ini
neutron/db/migration/alembic_migrations/versions/1b837a7125a9_cisco_apic_driver.py [new file with mode: 0644]
neutron/db/migration/alembic_migrations/versions/HEAD
neutron/plugins/ml2/drivers/cisco/apic/__init__.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/apic/apic_client.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/apic/apic_model.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/apic/config.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/apic/exceptions.py [new file with mode: 0644]
neutron/tests/unit/ml2/drivers/cisco/apic/__init__.py [new file with mode: 0644]
neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_client.py [new file with mode: 0644]
neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_common.py [new file with mode: 0644]