← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1507314] [NEW] devide_driver default in LBaaS needs adjustment

 

Public bug reported:

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'],

** Affects: neutron
     Importance: Undecided
     Assignee: Dirk Mueller (dmllr)
         Status: In Progress

-- 
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:
  devide_driver default in LBaaS needs adjustment

Status in neutron:
  In Progress

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


Follow ups