Activity log for bug #1521788

Date Who What changed Old value New value Message
2015-12-01 22:56:11 Matt Riedemann bug added bug
2015-12-01 22:56:36 Matt Riedemann nova: importance Undecided Low
2015-12-01 22:56:38 Matt Riedemann nova: status New Triaged
2015-12-01 22:56:41 Matt Riedemann nova: assignee Matt Riedemann (mriedem)
2015-12-01 22:57:29 Matt Riedemann tags network neutron performance low-hanging-fruit network neutron performance
2015-12-01 22:57:37 Matt Riedemann description There are two things we can to make this more efficient: https://github.com/openstack/nova/blob/master/nova/network/neutronv2/api.py#L1182 1. Move the list_ports call after the unlimited quota check - if the quota is unlimited, we don't need to list ports. 2. Filter the list_ports response to only return the port id, we don't need the other port details in the response since we don't use those fields, we're just getting a count. There are two things we can do to make this more efficient: https://github.com/openstack/nova/blob/master/nova/network/neutronv2/api.py#L1182 1. Move the list_ports call after the unlimited quota check - if the quota is unlimited, we don't need to list ports. 2. Filter the list_ports response to only return the port id, we don't need the other port details in the response since we don't use those fields, we're just getting a count.
2015-12-01 22:57:45 Matt Riedemann nova: assignee Matt Riedemann (mriedem)
2015-12-02 20:51:57 Matt Riedemann nova: assignee Matt Riedemann (mriedem)
2015-12-02 22:34:45 OpenStack Infra nova: status Triaged In Progress
2015-12-08 21:58:50 OpenStack Infra nova: status In Progress Fix Released