yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #12862
[Bug 1285289] Re: get_<resource> functions in N1kv plugin
** 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/1285289
Title:
get_<resource> functions in N1kv plugin
Status in OpenStack Neutron (virtual network service):
Fix Released
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
References