Listing outputs in unnecessarily slow in Pike
Bug #1719340 reported by
Zane Bitter
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
Fix Released
|
Medium
|
Zane Bitter | ||
Pike |
Fix Committed
|
High
|
Zane Bitter | ||
Queens |
Fix Released
|
Medium
|
Zane Bitter |
Bug Description
The list_outputs API just provides a list of the outputs defined in the template, and not any of the values. In Pike, however, we calculate all of the data needed to show the values (but don't return it) due to a misunderstanding of what list_outputs does. This makes what should be a very fast API potentially as slow a show_stack with resolve_
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/507207
Review: https:/