yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #47241
[Bug 1548161] Re: make/update_subnetpool_dict should process extension functions
Reviewed: https://review.openstack.org/282941
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c40012ffaec9a0711285cc6896c35893b2a9f6a3
Submitter: Jenkins
Branch: master
commit c40012ffaec9a0711285cc6896c35893b2a9f6a3
Author: ZhaoBo <zhaobo6@xxxxxxxxxx>
Date: Mon Feb 22 11:04:47 2016 +0800
make/update_subnetpool_dict call _dict_extend
Now the extension fields were not being added to the response for
subnetpool, and when update subnetpool, the response of updated was not
contain any extensions which based on 'standard_attr'.
This patch add 'call _extend_dict' functions to make subnetpool support
for extending dict.
Change-Id: I7bc449aa079d84869b2a707b36bbbfb22d540cc5
Closes-Bug: #1548161
** Changed in: neutron
Status: In Progress => 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/1548161
Title:
make/update_subnetpool_dict should process extension functions
Status in neutron:
Fix Released
Bug description:
Currently, make_subnetpool_dict and _updated_subnetpool_dict doesn't
process extension functions. Any extensions loaded via the dictionary
extension mechanisms are not included in the response, and the
extension which related with 'standard_attr' doesn't in returned body
when update subnetpool. So should add the same logic like other core
resources towards dict maker.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1548161/+subscriptions
References