]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Big Switch: Remove unnecessary initialization code
authorKevin Benton <blak111@gmail.com>
Thu, 12 Jun 2014 09:15:27 +0000 (02:15 -0700)
committerKevin Benton <blak111@gmail.com>
Thu, 12 Jun 2014 09:28:24 +0000 (02:28 -0700)
commit24a19bfd362996cd9833a167d6eb86fdcf743b75
treebaf856dc3fc54311c55deb0d6a258c6f39105d42
parent5c3b67a025d6bcbc247584d4523d48cc14a8d59d
Big Switch: Remove unnecessary initialization code

Removes a server_timeout parameter that was never set by anything
in the Big Switch plugin and the ML2 driver.

Also eliminates an __init__ method that didn't do anything except
incorrectly log an unset server pool warning before the inheriting
class setup the server pool.

Closes-Bug: #1331249
Change-Id: I77dd22295305b96d4702f1ea0e319dc5f82c71a8
neutron/plugins/bigswitch/plugin.py
neutron/plugins/ml2/drivers/mech_bigswitch/driver.py