Activity log for bug #1718605

Date Who What changed Old value New value Message
2017-09-21 08:38:28 Zhenyu Zheng bug added bug
2017-09-21 08:43:30 Zhenyu Zheng neutron: assignee Zhenyu Zheng (zhengzhenyu)
2017-09-21 09:02:13 Zhenyu Zheng description Problem ======= Usecase ======= Proposal ======== Problem ======= The GET /ports API only support exact matching when filtering by IP address. Providing support for more powerful regex matching filtering could be very useful. Usecase ======= Nova allows filtering instance by IP address and it is in regex matching manner, but it now has serious performance issue [1]. How to enhance the performance of this filter has been discussed in Queens PTG [2]. When filtering instance by IP addresses, first calling Neutron port list API with IP address filtering, and then retrieve the instance UUID in Nova side could be a possible solution to improve the performance. As Nova allows regex manner filtering, it could be better to make Neutron also support regex matching. Proposal ======== Adding regex matching support in DB layer using "LIKE" SQL phrase. References ========== [1] https://bugs.launchpad.net/nova/+bug/1711303 [2] http://lists.openstack.org/pipermail/openstack-dev/2017-September/122258.html
2017-09-21 09:19:43 zhaobo tags rfe
2017-10-05 19:23:02 Armando Migliaccio neutron: status New Confirmed
2017-10-05 19:23:05 Armando Migliaccio neutron: importance Undecided Wishlist
2017-10-05 19:24:04 Armando Migliaccio neutron: status Confirmed Triaged
2017-11-20 23:33:48 OpenStack Infra neutron: status Triaged In Progress
2017-11-20 23:33:48 OpenStack Infra neutron: assignee Zhenyu Zheng (zhengzhenyu) hongbin (hongbin034)
2017-11-21 02:59:01 OpenStack Infra neutron: assignee hongbin (hongbin034) Zhenyu Zheng (zhengzhenyu)
2017-11-28 22:38:20 OpenStack Infra neutron: assignee Zhenyu Zheng (zhengzhenyu) hongbin (hongbin034)
2017-11-30 21:22:20 Miguel Lavalle neutron: status In Progress Triaged
2017-12-01 16:12:24 OpenStack Infra neutron: status Triaged In Progress
2017-12-08 13:53:56 Miguel Lavalle neutron: status In Progress Triaged
2018-01-03 16:17:00 OpenStack Infra neutron: status Triaged In Progress
2018-01-04 22:27:59 Miguel Lavalle neutron: status In Progress Triaged
2018-01-04 23:42:34 Miguel Lavalle summary [RFE] Support regex matching when filtering port with IP address [RFE] Support sub-string matching when filtering port with IP address
2018-01-05 14:48:47 Miguel Lavalle tags rfe rfe rfe-approved
2018-01-05 14:48:59 Miguel Lavalle tags rfe rfe-approved rfe-approved
2018-01-05 14:57:03 Matt Riedemann neutron: status Triaged In Progress
2018-01-17 05:31:46 OpenStack Infra neutron: status In Progress Fix Released
2018-02-28 21:47:56 Akihiro Motoki neutron: milestone queens-3