commit | 5c9a562c10dad7869b0055dae3f25febb5a5007e | [log] [tgz] |
---|---|---|
author | Dzmitry Stremkouski <dstremkouski@mirantis.com> | Mon Feb 10 19:55:42 2020 +0100 |
committer | Dzmitry Stremkouski <dstremkouski@mirantis.com> | Sun Feb 16 17:45:11 2020 +0100 |
tree | ce8f8084b21e4c06757d7c76644fba7c70859233 | |
parent | 53b3a776333cf00b88bbb5f3b3501e5efadae8e8 [diff] |
Patch for "json-type" values on LAUNCH_INSTANCE_DEFAULTS Prod-Related: PROD-34729 Change-Id: I07a69f2b407e46cb513eebbf8e136ebc8734294f
diff --git a/horizon/files/horizon_settings/_horizon_settings.py b/horizon/files/horizon_settings/_horizon_settings.py index 3c9a6f1..02bd9a5 100644 --- a/horizon/files/horizon_settings/_horizon_settings.py +++ b/horizon/files/horizon_settings/_horizon_settings.py
@@ -30,7 +30,7 @@ {%- if app.launch_instance_defaults is defined %} LAUNCH_INSTANCE_DEFAULTS = { {%- for default_name, defaults in launch_data.items() %} - '{{ default_name }}': {{ defaults }}, + "{{ default_name }}": {{ defaults }}, {%- endfor %} } {%- endif %}