← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1285289] [NEW] get_<resource> functions in N1kv plugin

 

Public bug reported:

The N1kv plugin includes the 'fields' argument in the call to the super
class function. Hence, only the specified fields are returned by the
get_<..> function in the super class.

The problem is that a field that has been removed may be needed in the
subsequent processing in the N1kv's get_<...> function.

The (trivial) solution is to set the fields argument to None in the call
to the super class function.

A patch with the solution will be submitted momentarily.

** Affects: neutron
     Importance: Undecided
     Assignee: Bob Melander (bob-melander)
         Status: New


** Tags: n1kv

** Changed in: neutron
     Assignee: (unassigned) => Bob Melander (bob-melander)

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

Title:
  get_<resource> functions in N1kv plugin

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  The N1kv plugin includes the 'fields' argument in the call to the
  super class function. Hence, only the specified fields are returned by
  the get_<..> function in the super class.

  The problem is that a field that has been removed may be needed in the
  subsequent processing in the N1kv's get_<...> function.

  The (trivial) solution is to set the fields argument to None in the
  call to the super class function.

  A patch with the solution will be submitted momentarily.

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


Follow ups

References