)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"13b93f77c4ee80c3d944559f1c41420ff5b10dbb","unresolved":true,"context_lines":[{"line_number":11,"context_line":"local_settings.py can be changed anytime and that can be a problem,"},{"line_number":12,"context_line":"as it was shown recently with the new version of horizon."},{"line_number":13,"context_line":""},{"line_number":14,"context_line":"Hopefully, horizon supports local_settings overrides in"},{"line_number":15,"context_line":"local_settings.d directory and moreover it\u0027s preffered"},{"line_number":16,"context_line":"way how to configure horizon as per doc [1]."},{"line_number":17,"context_line":""}],"source_content_type":"text/x-gerrit-commit-message","patch_set":2,"id":"baa5efcf_91817559","line":14,"range":{"start_line":14,"start_character":0,"end_line":14,"end_character":9},"updated":"2024-02-05 10:21:29.000000000","message":"hopefully means we are not sure and full of hope?","commit_id":"cbd2dd56443e2945f1ef5dcfb21e2e682afd7473"},{"author":{"_account_id":27339,"name":"Michal Arbet","email":"michal.arbet@ultimum.io","username":"michalarbet"},"change_message_id":"19289eed1006a4b8e0a1217b5114f47c9b4defa9","unresolved":false,"context_lines":[{"line_number":11,"context_line":"local_settings.py can be changed anytime and that can be a problem,"},{"line_number":12,"context_line":"as it was shown recently with the new version of horizon."},{"line_number":13,"context_line":""},{"line_number":14,"context_line":"Hopefully, horizon supports local_settings overrides in"},{"line_number":15,"context_line":"local_settings.d directory and moreover it\u0027s preffered"},{"line_number":16,"context_line":"way how to configure horizon as per doc [1]."},{"line_number":17,"context_line":""}],"source_content_type":"text/x-gerrit-commit-message","patch_set":2,"id":"c822a317_2d301ce2","line":14,"range":{"start_line":14,"start_character":0,"end_line":14,"end_character":9},"in_reply_to":"baa5efcf_91817559","updated":"2024-02-05 11:31:07.000000000","message":"sorry :), fixed.","commit_id":"cbd2dd56443e2945f1ef5dcfb21e2e682afd7473"}],"docker/horizon/Dockerfile.j2":[{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"13b93f77c4ee80c3d944559f1c41420ff5b10dbb","unresolved":true,"context_lines":[{"line_number":52,"context_line":"    \u0026\u0026 mkdir -p /etc/openstack-dashboard \\"},{"line_number":53,"context_line":"    \u0026\u0026 cp -r /horizon/openstack_dashboard/conf/* /etc/openstack-dashboard/ \\"},{"line_number":54,"context_line":"    \u0026\u0026 cp /horizon/openstack_dashboard/local/local_settings.py.example /etc/openstack-dashboard/local_settings.py \\"},{"line_number":55,"context_line":"    \u0026\u0026 local_settings\u003d$(python -c \u0027import os;import openstack_dashboard;settings\u003dos.path.dirname(openstack_dashboard.__file__) + \"/local/local_settings.py\";print(settings);\u0027) \\"},{"line_number":56,"context_line":"    \u0026\u0026 rm -f $local_settings \\"},{"line_number":57,"context_line":"    \u0026\u0026 ln -s /etc/openstack-dashboard/local_settings.py $local_settings \\"},{"line_number":58,"context_line":"    \u0026\u0026 mkdir -p /etc/openstack-dashboard/local_settings.d \\"},{"line_number":59,"context_line":"    \u0026\u0026 local_settings_d\u003d$(python -c \u0027import os;import openstack_dashboard;settings_d\u003dos.path.dirname(openstack_dashboard.__file__) + \"/local/local_settings.d\";print(settings_d);\u0027) \\"},{"line_number":60,"context_line":"    \u0026\u0026 rm -rf $local_settings_d \\"},{"line_number":61,"context_line":"    \u0026\u0026 ln -s /etc/openstack-dashboard/local_settings.d $local_settings_d \\"},{"line_number":62,"context_line":"    \u0026\u0026 cp /horizon/manage.py /var/lib/kolla/venv/bin/manage.py \\"},{"line_number":63,"context_line":"    \u0026\u0026 if [ \"$(ls /plugins)\" ]; then \\"},{"line_number":64,"context_line":"           {{ macros.install_pip(horizon_plugins_pip_packages) }}; \\"}],"source_content_type":"text/x-jinja2","patch_set":2,"id":"ed278c63_3bee0129","line":61,"range":{"start_line":55,"start_character":0,"end_line":61,"end_character":74},"updated":"2024-02-05 10:21:29.000000000","message":"this dance needs a NOTE why are we doing this and what is the desired outcome","commit_id":"cbd2dd56443e2945f1ef5dcfb21e2e682afd7473"},{"author":{"_account_id":27339,"name":"Michal Arbet","email":"michal.arbet@ultimum.io","username":"michalarbet"},"change_message_id":"19289eed1006a4b8e0a1217b5114f47c9b4defa9","unresolved":false,"context_lines":[{"line_number":52,"context_line":"    \u0026\u0026 mkdir -p /etc/openstack-dashboard \\"},{"line_number":53,"context_line":"    \u0026\u0026 cp -r /horizon/openstack_dashboard/conf/* /etc/openstack-dashboard/ \\"},{"line_number":54,"context_line":"    \u0026\u0026 cp /horizon/openstack_dashboard/local/local_settings.py.example /etc/openstack-dashboard/local_settings.py \\"},{"line_number":55,"context_line":"    \u0026\u0026 local_settings\u003d$(python -c \u0027import os;import openstack_dashboard;settings\u003dos.path.dirname(openstack_dashboard.__file__) + \"/local/local_settings.py\";print(settings);\u0027) \\"},{"line_number":56,"context_line":"    \u0026\u0026 rm -f $local_settings \\"},{"line_number":57,"context_line":"    \u0026\u0026 ln -s /etc/openstack-dashboard/local_settings.py $local_settings \\"},{"line_number":58,"context_line":"    \u0026\u0026 mkdir -p /etc/openstack-dashboard/local_settings.d \\"},{"line_number":59,"context_line":"    \u0026\u0026 local_settings_d\u003d$(python -c \u0027import os;import openstack_dashboard;settings_d\u003dos.path.dirname(openstack_dashboard.__file__) + \"/local/local_settings.d\";print(settings_d);\u0027) \\"},{"line_number":60,"context_line":"    \u0026\u0026 rm -rf $local_settings_d \\"},{"line_number":61,"context_line":"    \u0026\u0026 ln -s /etc/openstack-dashboard/local_settings.d $local_settings_d \\"},{"line_number":62,"context_line":"    \u0026\u0026 cp /horizon/manage.py /var/lib/kolla/venv/bin/manage.py \\"},{"line_number":63,"context_line":"    \u0026\u0026 if [ \"$(ls /plugins)\" ]; then \\"},{"line_number":64,"context_line":"           {{ macros.install_pip(horizon_plugins_pip_packages) }}; \\"}],"source_content_type":"text/x-jinja2","patch_set":2,"id":"59b2b21e_65578485","line":61,"range":{"start_line":55,"start_character":0,"end_line":61,"end_character":74},"in_reply_to":"ed278c63_3bee0129","updated":"2024-02-05 11:31:07.000000000","message":"Done","commit_id":"cbd2dd56443e2945f1ef5dcfb21e2e682afd7473"}]}
