)]}'
{"horizon/values.yaml":[{"author":{"_account_id":5890,"name":"Doug Goldstein","email":"cardoe@cardoe.com","username":"cardoe"},"change_message_id":"c30772ffa42b66ee828ac3b379fe1063b976cbfa","unresolved":true,"context_lines":[{"line_number":339,"context_line":"        # will require user to enter the Domain name in addition to username for login."},{"line_number":340,"context_line":"        OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT \u003d {{ .Values.conf.horizon.local_settings.config.keystone_multidomain_support }}"},{"line_number":341,"context_line":"        OPENSTACK_KEYSTONE_DOMAIN_DROPDOWN \u003d {{ .Values.conf.horizon.local_settings.config.keystone_multidomain_dropdown }}"},{"line_number":342,"context_line":"        {{- if eq (toString .Values.conf.horizon.local_settings.config.keystone_multidomain_dropdown) \"True\" }}"},{"line_number":343,"context_line":"        OPENSTACK_KEYSTONE_DOMAIN_CHOICES \u003d ("},{"line_number":344,"context_line":"        {{- range $key, $label :\u003d .Values.conf.horizon.local_settings.config.keystone_domains }}"},{"line_number":345,"context_line":"            (\u0027{{ $key }}\u0027, _(\u0027{{ $label }}\u0027)),"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"1804e6fe_09317a5d","line":342,"updated":"2025-10-11 16:44:59.000000000","message":"don’t to string this. you’ll want to use a boolean","commit_id":"da49c0bba4bfaf22bdb7ca39d00e696a2f69a7b5"},{"author":{"_account_id":37622,"name":"saeed padari","display_name":"Saeed Padari","email":"sam137115@gmail.com","username":"saeedpadari"},"change_message_id":"11f38f894178bd9601fbee24f5060b7fdec01bd6","unresolved":false,"context_lines":[{"line_number":339,"context_line":"        # will require user to enter the Domain name in addition to username for login."},{"line_number":340,"context_line":"        OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT \u003d {{ .Values.conf.horizon.local_settings.config.keystone_multidomain_support }}"},{"line_number":341,"context_line":"        OPENSTACK_KEYSTONE_DOMAIN_DROPDOWN \u003d {{ .Values.conf.horizon.local_settings.config.keystone_multidomain_dropdown }}"},{"line_number":342,"context_line":"        {{- if eq (toString .Values.conf.horizon.local_settings.config.keystone_multidomain_dropdown) \"True\" }}"},{"line_number":343,"context_line":"        OPENSTACK_KEYSTONE_DOMAIN_CHOICES \u003d ("},{"line_number":344,"context_line":"        {{- range $key, $label :\u003d .Values.conf.horizon.local_settings.config.keystone_domains }}"},{"line_number":345,"context_line":"            (\u0027{{ $key }}\u0027, _(\u0027{{ $label }}\u0027)),"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"fdcfe959_cdac24a9","line":342,"in_reply_to":"1804e6fe_09317a5d","updated":"2025-10-11 19:42:53.000000000","message":"```\n.Values.conf.horizon.local_settings.config.keystone_multidomain_dropdown \n```\nis defined as a string (e.g., \"True\" / \"False\") in the values file for compatibility reasons. I can’t change its type to a boolean or introduce an additional variable, so I need to handle it as a string within the template.\n\nTo keep the logic clean and type-safe without adding extra variables, I’ll compare it directly as a lowercase string,","commit_id":"da49c0bba4bfaf22bdb7ca39d00e696a2f69a7b5"}]}
