Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/heat/+spec/raw-template-db. Description: There is a 1:1 relationship between the stack and the raw_template, and the raw_template is always loaded when a stack is loaded. Having raw_template in a separate table just adds latency and code complexity. raw_template should be moved to the main stack table. Specification URL (additional information): None