]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Separate Configuration from Freescale SDN ML2 mechanism Driver
authorTrinath Somanchi <trinath.somanchi@freescale.com>
Wed, 17 Sep 2014 07:22:14 +0000 (12:52 +0530)
committerTrinath Somanchi <trinath.somanchi@freescale.com>
Wed, 17 Sep 2014 07:26:21 +0000 (12:56 +0530)
commit485c174fc7e52e697d1d73a96cd924c2e3a04414
treec41bbaba74af4bbf105995f3bf1176c9bb3aae88
parentc214e6bce59838f0b2f34477dcdac03a04c28c94
Separate Configuration from Freescale SDN ML2 mechanism Driver

- In the current implementation, CRD configuration is existing
  within the code of ML2 mechanism driver.

- When any other plugin/driver (like, Freescale FWaaS Plugin) need
  to use this configuration, it needs to duplicate the complete configuration.

- So the CRD configuration is moved to a separate file for use
  in other plugin/drivers.

- Unit testing of this MD is also updated.

Closes-Bug: #1368033

Change-Id: I488fee47803a494aae9df42f9c59fffa9843e727
neutron/plugins/ml2/drivers/freescale/README.fslsdn [moved from neutron/plugins/ml2/drivers/README.fslsdn with 100% similarity]
neutron/plugins/ml2/drivers/freescale/__init__.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/freescale/config.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/freescale/mechanism_fslsdn.py [moved from neutron/plugins/ml2/drivers/mechanism_fslsdn.py with 78% similarity]
neutron/tests/unit/ml2/drivers/freescale/__init__.py [new file with mode: 0644]
neutron/tests/unit/ml2/drivers/freescale/test_mechanism_fslsdn.py [moved from neutron/tests/unit/ml2/test_mechanism_fslsdn.py with 92% similarity]
setup.cfg