Comment 0 for bug 1291032

Revision history for this message
Brandon Logan (brandon-logan) wrote : some lbaas imports violate openstack hacking

in neutron/neutron/db/loadbalancer/loadbalancer_db.py, LoadBalancerPluginBase is being imported directly

in neutron/neutron/extensions/loadbalancer.py, ServicePluginBase is being imported directly

This violates the openstack hacking style guide rule of not import objects, just modules.