]> 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)
committerKevin Benton <blak111@gmail.com>
Thu, 20 Feb 2014 09:43:52 +0000 (01:43 -0800)
commit749b5b98859685d72ebfc684f8066ea138f8b76b
tree7e83bece8c668ad5149b01d28d166616cbf17324
parentfa9098529f48ef635d796f3a88d7175d490ae8f6
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