Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/horizon/+spec/heat-template-choices. Description: Currently, when we load a template in the orchestration view, the second panel project/stacks/select_template provides a form which can be modified. The issue is that we can modify value, but we have to check the template for the correct name i.e image_id. This is problematic because if one error is made we have to resubmit the form. In addition Heat already provides all the options which can be modified with the template_validate method. This method return JSON datas which can be used for creating multi-choices in the form. The goal of this blueprint is to build an html template based on the JSON provided by the valid template method of Heat. Use select instead of input, to reduce the possibility of errors. Specification URL (additional information): None
I've contributed to the upstream blueprint. Looks like the feature is feature complete. Is there anything else needed to be done to close the bug?
George, do you think the feature is really complete? If yes, we should mark it as complete upstream and write something up for a doc text.
The solution has 2 parts: 1) Needed to fix a bug in Heat to return correct values when using parameters with constraints. https://review.openstack.org/#/c/91179/ 2) The template form now generated drop down list to parameters with constraints. https://review.openstack.org/#/c/90614/