config-openstack: optimize port-list by tenant-id in neutron backend
Bug #1416762 reported by
Hampapur Ajay
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Juniper Openstack |
Fix Committed
|
High
|
Hampapur Ajay | ||
R1.1 |
Fix Committed
|
High
|
Hampapur Ajay | ||
R2.0 |
Fix Committed
|
High
|
Hampapur Ajay | ||
R2.1 |
Fix Committed
|
High
|
Hampapur Ajay |
Bug Description
Currently port-list with no filters is more performant than port-list by tenant-id as the former reduces round-trips. Use same approach for the latter too.
Changed in juniperopenstack: | |
assignee: | nobody → Hampapur Ajay (hajay) |
tags: | added: config neutron |
Changed in juniperopenstack: | |
importance: | Undecided → High |
To post a comment you must log in.
Reviewed: https:/ /review. opencontrail. org/6863 github. org/Juniper/ contrail- controller/ commit/ fe204c7dcfd5f18 b54b35ff666b7f7 9c4747031c
Committed: http://
Submitter: Zuul
Branch: master
commit fe204c7dcfd5f18 b54b35ff666b7f7 9c4747031c
Author: Hampapur Ajay <email address hidden>
Date: Sat Jan 31 10:42:38 2015 -0800
config-openstack: Optimize port-list by tenant-id
Use same approach as the port-list with no-filters (which is more
performant) and re-organize code into port_list_project for re-use.
Change-Id: I2290eb98326526 423bc2a7f05c116 b4fbc97cd88
Closes-Bug: #1416762