]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
BigSwitch: Move config and REST to diff modules
authorKevin Benton <blak111@gmail.com>
Fri, 14 Feb 2014 06:52:36 +0000 (06:52 +0000)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:25 +0000 (15:20 +0800)
commit6542dda009aeb384172117deb89c708ecb410e2c
treec0527e1aca6d33ced5a9a6d145f6e9e9a1657ca9
parent7a5b298f429b9b9d2810e5063ad19510478b84b4
BigSwitch: Move config and REST to diff modules

No functionality change. Separates the config,
rest call, and backend server management from
the main plugin.py file. Necessary to make
downstream patches more managable and easier
to review.

Implements: blueprint bigswitch-separate-server-module
Change-Id: Ie1fd18a9d8cde24945513c06f7b62239202258a3
etc/neutron/plugins/bigswitch/restproxy.ini
neutron/plugins/bigswitch/config.py [new file with mode: 0644]
neutron/plugins/bigswitch/plugin.py
neutron/plugins/bigswitch/servermanager.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/mech_bigswitch/driver.py
neutron/tests/unit/bigswitch/test_base.py