0c69e122b2
In order to improve the performance of Tacker in commercial systems, This patch provides the following code refactoring to improve system performance. 1. Reduce transaction of getting OpenStack resource from Heat (for Tacker v2 API) 2. Support subscription filter of vnfdId (for Tacker v1 API) 3. Refactor the Tacker Output Logs (for Tacker v1/v2 API) Implement: blueprint system-performance-management Change-Id: I8879a690e455fb196c2e28a251bf46cea7376b56
10 lines
303 B
YAML
10 lines
303 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Improve performance of Tacker by refactoring some code, and corrects
|
|
the output level of log.
|
|
|
|
At the same time, the redirection when V2 calls HEAT's API is
|
|
removed instead of direct call, and the subcription filter when sends
|
|
notification is improved in V1 code.
|