]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
This patch changes the name of directory from mech_arista to arista
authorSukhdev <sukhdev@arista.com>
Tue, 22 Jul 2014 02:28:17 +0000 (19:28 -0700)
committerSukhdev <sukhdev@aristanetworks.com>
Tue, 22 Jul 2014 16:52:08 +0000 (09:52 -0700)
commit78bb3d2be8e944f8832534c861da74899b404d29
tree04c786fc41cf088eb314d91450850ff2a12cda67
parent1b621fc8a5651d47b4285fa193dda8b90350f002
This patch changes the name of directory from mech_arista to arista

This name change of directroy is needed so that additional drivers
can be moved into this directory and share the code among drivers.

In order to accomodate this name change, setup.cfg is modified to
point to the Arista ML2 driver at the new location. Additionally,
a similar new directroy is created for test files as well.

Change-Id: I614ccf8b6d152aa99e20ef1ea762c26115ab9373
closes-bug: 1346712
neutron/db/migration/models/head.py
neutron/plugins/ml2/drivers/arista/README [moved from neutron/plugins/ml2/drivers/mech_arista/README with 100% similarity]
neutron/plugins/ml2/drivers/arista/__init__.py [moved from neutron/plugins/ml2/drivers/mech_arista/__init__.py with 100% similarity]
neutron/plugins/ml2/drivers/arista/config.py [moved from neutron/plugins/ml2/drivers/mech_arista/config.py with 100% similarity]
neutron/plugins/ml2/drivers/arista/db.py [moved from neutron/plugins/ml2/drivers/mech_arista/db.py with 100% similarity]
neutron/plugins/ml2/drivers/arista/exceptions.py [moved from neutron/plugins/ml2/drivers/mech_arista/exceptions.py with 100% similarity]
neutron/plugins/ml2/drivers/arista/mechanism_arista.py [moved from neutron/plugins/ml2/drivers/mech_arista/mechanism_arista.py with 99% similarity]
neutron/tests/unit/ml2/drivers/arista/__init__.py [new file with mode: 0644]
neutron/tests/unit/ml2/drivers/arista/test_arista_mechanism_driver.py [moved from neutron/tests/unit/ml2/drivers/test_arista_mechanism_driver.py with 99% similarity]
setup.cfg