)]}'
{".zuul.yaml":[{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"76774bddb78ee878c59f0b96c7bc4da324d75f21","unresolved":false,"context_lines":[{"line_number":356,"context_line":"      # remove when https://bugs.launchpad.net/nova/+bug/2109592"},{"line_number":357,"context_line":"      # is resolved and oslo.config is not a dep of the novnc deb"},{"line_number":358,"context_line":"      # via the defunct python3-novnc package."},{"line_number":359,"context_line":"      - novnc/novnc"},{"line_number":360,"context_line":""},{"line_number":361,"context_line":"    roles:"},{"line_number":362,"context_line":"      - zuul: opendev.org/openstack/openstack-zuul-jobs"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"afca9a43_e49227d2","line":359,"updated":"2025-08-05 18:17:23.000000000","message":"this worked on neutron i wonder if it got removed?\nno...\n\nhttps://github.com/openstack/project-config/blob/master/zuul/main.yaml#L1420\nits there but that message is form rdo zuul and can be ignored...\n\ni might go see if i can get folks to disabel that job on the devstack repo or at least get them to fix that.","commit_id":"b3716c800da94744d0bb05aa3492a9e211bbe469"},{"author":{"_account_id":8556,"name":"Ghanshyam Maan","display_name":"Ghanshyam Maan","email":"gmaan.os14@gmail.com","username":"ghanshyam"},"change_message_id":"98f5baf253430c76ef85ea142537854631390056","unresolved":false,"context_lines":[{"line_number":369,"context_line":"        LOG_COLOR: false"},{"line_number":370,"context_line":"        VERBOSE: true"},{"line_number":371,"context_line":"        VERBOSE_NO_TIMESTAMP: true"},{"line_number":372,"context_line":"        NOVNC_FROM_PACKAGE: true"},{"line_number":373,"context_line":"        ERROR_ON_CLONE: true"},{"line_number":374,"context_line":"        # Gate jobs can\u0027t deal with nested virt. Disable it by default."},{"line_number":375,"context_line":"        LIBVIRT_TYPE: \u0027{{ devstack_libvirt_type | default(\"qemu\") }}\u0027"}],"source_content_type":"text/x-yaml","patch_set":5,"id":"d93318e0_258507bb","side":"PARENT","line":372,"range":{"start_line":372,"start_character":8,"end_line":372,"end_character":26},"updated":"2025-08-08 15:39:31.000000000","message":"this is false by default so removing this override make novnc install from source by default - https://github.com/openstack/devstack/blob/5aa5d4d65213554998ada60cfdecee5f395e4e92/lib/nova#L946","commit_id":"67fa02fc5fd6a8786baff61695a578338462b3d3"}],"/PATCHSET_LEVEL":[{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"abdc5d5bd90f8ca76373b165cfe7c9fe2b7844b8","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"fe0444b8_4cd2e766","updated":"2025-08-05 20:10:00.000000000","message":"this seams to have fixed oslo https://review.opendev.org/c/openstack/oslo.utils/+/956596\n\n\nthe ipv6 test failed with the following after devstack completed.\n\n2025-08-05 17:18:33.078067 | TASK [devstack-ipv6-only-deployments-verification : Verify the ipv6-only deployments]\n2025-08-05 17:18:33.995378 | controller | Traceback (most recent call last):\n2025-08-05 17:18:33.995426 | controller |   File \"\u003cstring\u003e\", line 1, in \u003cmodule\u003e\n2025-08-05 17:18:33.995434 | controller | ModuleNotFoundError: No module named \u0027oslo_utils\u0027\n2025-08-05 17:18:33.997109 | controller | IPv6 is disabled in system\n2025-08-05 17:18:34.130021 | controller | ERROR\n2025-08-05 17:18:34.130316 | controller | {\n2025-08-05 17:18:34.130391 | controller |   \"delta\": \"0:00:00.689621\",\n2025-08-05 17:18:34.130460 | controller |   \"end\": \"2025-08-05 17:18:33.997807\",\n2025-08-05 17:18:34.130518 | controller |   \"msg\": \"non-zero return code\",\n2025-08-05 17:18:34.130573 | controller |   \"rc\": 1,\n2025-08-05 17:18:34.130632 | controller |   \"start\": \"2025-08-05 17:18:33.308186\"\n2025-08-05 17:18:34.130687 | controller | }\n\nso that unrelated to this code change and an existin gproblem.\n\nthats either  related to setuptool and the way that weheel are normalsied\nor cause by that script previously depending on oslo utils form the host not the venv that was previously pulled in via novnc.\n\nso that woudl be a latent bug if it is.","commit_id":"b3716c800da94744d0bb05aa3492a9e211bbe469"},{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"8851abddd8268dbaa993e5a96a5f5ee75dadee00","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"8789c31e_39c685ce","in_reply_to":"fe0444b8_4cd2e766","updated":"2025-08-05 20:24:32.000000000","message":"ok so https://github.com/openstack/tempest/blob/master/playbooks/devstack-tempest-ipv6.yaml#L18\nis where its filing in the  the playbook\n\ndevstack-ipv6-only-deployments-verification\n\nis not a role defien din tempest it comes form devstack\nhttps://github.com/openstack/devstack/blob/master/roles/devstack-ipv6-only-deployments-verification/tasks/main.yaml\n\nits a think wrapper around https://github.com/openstack/devstack/blob/master/tools/verify-ipv6-only-deployments.sh\n\nthat is usign oslo_utils directly without using the devstack global venv.\nso this is a preexisting bug in devstack.\n\nhttps://github.com/openstack/devstack/blob/master/tools/verify-ipv6-only-deployments.sh#L83\n\nthat would not pass in an ipv6 job that had novnc disable before or where its installed form srouce because oslo shoudl nto eb instelled systme wide in geenral.\n\nill create a patch below this to adress that seperatly\n\nwe shoudl use hte same pthon interperter as the rest of devstack.\n\nlooking at the other hits for python3 -c the look ok but ther may be other script that were misedd in \n\nhttps://github.com/openstack/devstack/commit/a40f9cb91fbedddec89f0ffd6c7dd4b3828a232e\n\nseveral of the other tools/script had chages like\n```\n# TODO(frickler): make this use stackrc variables\nif [ -x /opt/stack/data/venv/bin/python ]; then\n    PYTHON\u003d/opt/stack/data/venv/bin/python\nelse\n    PYTHON\u003d${PYTHON:-python3}\nfi\n```\n\nhttps://github.com/openstack/devstack/blob/29cb510bd995f911a740935d097b0ddf98a8ad3d/tools/memory_tracker.sh#L17-L22\n\nto adapt to the use fo global venvs.","commit_id":"b3716c800da94744d0bb05aa3492a9e211bbe469"},{"author":{"_account_id":8556,"name":"Ghanshyam Maan","display_name":"Ghanshyam Maan","email":"gmaan.os14@gmail.com","username":"ghanshyam"},"change_message_id":"98f5baf253430c76ef85ea142537854631390056","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"246aca73_6ed260bd","updated":"2025-08-08 15:39:31.000000000","message":"lgtm","commit_id":"b6bf0b126b46042341cc3d47a92ad9b0d9b9a523"}]}
