** Changed in: neutron
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1507314

Title:
  device_driver default in LBaaS needs adjustment

Status in neutron:
  Fix Released

Bug description:
  The default lbaas_agent.ini of neutron-lbaas lists this:

   # Default is:
  # device_driver = 
neutron.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver

  However, the actual default, as seen in
  neutron_lbaas/services/loadbalancer/agent/agent_manager.py is:

  
  OPTS = [
      cfg.MultiStrOpt(
          'device_driver',
          default=['neutron_lbaas.services.loadbalancer.drivers'
                   '.haproxy.namespace_driver.HaproxyNSDriver'],

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1507314/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to