← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2017127] [NEW] [ovn-octavia-provider] Fix member update according to the Octavia API definition

 

Public bug reported:

Nowadays member parameters are checked in an update that are not able to
modify by Octavia API, such as address, port or subnet_id for an
existing member. According to the definition of the member update (and
batch_update) the parameters supported by the ovn-provider is only the
admin_state_up of the member, so it seems coherent to clean the code to
just analyze this one.

In fact, the current checks performed on the attributes (not editable in
an update operation) trigger an error and the update does not finish
correctly.

** Affects: neutron
     Importance: Undecided
     Assignee: Fernando Royo (froyoredhat)
         Status: New


** Tags: ovn-octavia-provider

** Changed in: neutron
     Assignee: (unassigned) => Fernando Royo (froyoredhat)

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

Title:
  [ovn-octavia-provider] Fix member update according to the Octavia API
  definition

Status in neutron:
  New

Bug description:
  Nowadays member parameters are checked in an update that are not able
  to modify by Octavia API, such as address, port or subnet_id for an
  existing member. According to the definition of the member update (and
  batch_update) the parameters supported by the ovn-provider is only the
  admin_state_up of the member, so it seems coherent to clean the code
  to just analyze this one.

  In fact, the current checks performed on the attributes (not editable
  in an update operation) trigger an error and the update does not
  finish correctly.

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



Follow ups