Comment 5 for bug 1614213

Revision history for this message
Nolan Brubaker (nolan-brubaker) wrote :

The config_template plugin works for ini, json, and yaml file types. Horizon is using the Django convention of Python files for configuration, which config_template doesn't currently write, so it appears to me that the short term fix would be adding the variable to the template, as Corey's patch does.

Whether config_template gains the ability to write 'simple' Python files is likely another issue.