]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove confusing comment and code for LBaaS
authorArata Notsu <notsu@virtualtech.jp>
Mon, 11 Nov 2013 11:33:43 +0000 (20:33 +0900)
committerArata Notsu <notsu@virtualtech.jp>
Mon, 11 Nov 2013 11:33:43 +0000 (20:33 +0900)
commit38474e2ae1062629cf3f478e2509f25831b8ade1
treefe97eeec68239208523c6fa21f54e81898309598
parentb64cac58d20928cefcd4c586195cf964c33395db
Remove confusing comment and code for LBaaS

The comment "the driver is optional" is inconsistent with what actually
done. And "vif_driver = None" after raising an exception makes no sense.
So this patch removes these lines.

Change-Id: I7f3d5b6df61037307e952a478f47c59485601847
neutron/services/loadbalancer/drivers/haproxy/agent_manager.py