← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1600675] [NEW] neutron-lbaas - LBaas v2 Pool creation from Heat fault with lb_method attribute not present

 

Public bug reported:

In LBaaSv2 the pool creation requires the lb_algorithm attribute instead
of lb_method that was used in the v1 pool creation. the current driver
still looks for lb_method when it won't be present anymore

pool:
  type: OS::Neutron::LBaaS::Pool
  properties:
    lb_algorithm: ROUND_ROBIN
    protocol: HTTP
    listener: { get_resource: listener }

** Affects: neutron
     Importance: Undecided
         Status: New

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

Title:
  neutron-lbaas - LBaas v2 Pool creation from Heat fault with lb_method
  attribute not present

Status in neutron:
  New

Bug description:
  In LBaaSv2 the pool creation requires the lb_algorithm attribute
  instead of lb_method that was used in the v1 pool creation. the
  current driver still looks for lb_method when it won't be present
  anymore

  pool:
    type: OS::Neutron::LBaaS::Pool
    properties:
      lb_algorithm: ROUND_ROBIN
      protocol: HTTP
      listener: { get_resource: listener }

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


Follow ups