)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":6873,"name":"Matt Riedemann","email":"mriedem.os@gmail.com","username":"mriedem"},"change_message_id":"9204fb1829f0f72afe5056550e9bdcca6bf68665","unresolved":false,"context_lines":[{"line_number":31,"context_line":"change Iaea1cb4ed93bb98f451de4f993106d7891ca3682 on master."},{"line_number":32,"context_line":""},{"line_number":33,"context_line":"NOTE(stephenfin): stable/queens conflicts due to presence of"},{"line_number":34,"context_line":"\u0027report_ironic_standard_resource_class_inventory\u0027 and"},{"line_number":35,"context_line":"\u0027enable_consoleauth\u0027 configuration options, change"},{"line_number":36,"context_line":"I8e529ad4d707b2ad012328993892db83ce464c4b and change"},{"line_number":37,"context_line":"I83b473e9ba557545b5c186f979e068e442de2424 in stable/rocky. A hyperlink"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":3,"id":"9fdfeff1_4bc44640","line":34,"range":{"start_line":34,"start_character":1,"end_line":34,"end_character":48},"updated":"2019-01-31 20:00:55.000000000","message":"Did you mean Id3c74c019da29070811ffc368351e2238b3f6da5 in one of the change IDs below? Also, why not avoid this conflict by just rebasing on top of https://review.openstack.org/#/c/620111/ ?","commit_id":"245b2248c062855f6cfec6e203ae9370a5308172"},{"author":{"_account_id":6873,"name":"Matt Riedemann","email":"mriedem.os@gmail.com","username":"mriedem"},"change_message_id":"a03ef43f74ed9196fd2f62539b328fa0c57bee3f","unresolved":false,"context_lines":[{"line_number":34,"context_line":"the \u0027enable_consoleauth\u0027 configuration option and change"},{"line_number":35,"context_line":"I83b473e9ba557545b5c186f979e068e442de2424 (Mox to mock) in stable/rocky."},{"line_number":36,"context_line":"A hyperlink is removed from the config option help text as the version"},{"line_number":37,"context_line":"of \u0027oslo.config\u0027 used here does not parse help text as rST (bug"},{"line_number":38,"context_line":""},{"line_number":39,"context_line":"Change-Id: I217fba9138132b107e9d62895d699d238392e761"},{"line_number":40,"context_line":"Signed-off-by: Stephen Finucane \u003csfinucan@redhat.com\u003e"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":7,"id":"9fb8cfa7_c9d6e44f","line":37,"range":{"start_line":37,"start_character":59,"end_line":37,"end_character":63},"updated":"2019-07-01 16:10:01.000000000","message":"Something is busted here. Either link the oslo.config bug or remove this.\n\nLooks like it\u0027s bug 1755783 btw:\n\nhttps://review.opendev.org/#/q/Ic6c2dcbe7823dd3fdc71db8dc5afab2d604559e3\n\nhttps://review.opendev.org/#/c/629869/ is in 5.2.1 in stable/queens and that\u0027s in upper-constraints for queens:\n\nhttps://github.com/openstack/requirements/blob/stable/queens/upper-constraints.txt#L366\n\nSo that\u0027s likely why the formatting could work in our docs builds but might not work for someone downstream unless they have \u003e\u003d5.2.1 but we shouldn\u0027t raise the minimum required version for oslo.config in nova\u0027s queens requirements.txt:\n\nhttps://github.com/openstack/nova/blob/stable/queens/requirements.txt#L38","commit_id":"7b59f65c7124b6b98ea6802fb19e3b52419c2d69"},{"author":{"_account_id":6873,"name":"Matt Riedemann","email":"mriedem.os@gmail.com","username":"mriedem"},"change_message_id":"65117541ee74084f25eab6211728ef99f6bae3b5","unresolved":false,"context_lines":[{"line_number":34,"context_line":"the \u0027enable_consoleauth\u0027 configuration option and change"},{"line_number":35,"context_line":"I83b473e9ba557545b5c186f979e068e442de2424 (Mox to mock) in stable/rocky."},{"line_number":36,"context_line":"A hyperlink is removed from the config option help text as the version"},{"line_number":37,"context_line":"of \u0027oslo.config\u0027 used here does not parse help text as rST (bug"},{"line_number":38,"context_line":""},{"line_number":39,"context_line":"Change-Id: I217fba9138132b107e9d62895d699d238392e761"},{"line_number":40,"context_line":"Signed-off-by: Stephen Finucane \u003csfinucan@redhat.com\u003e"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":7,"id":"9fb8cfa7_47872e14","line":37,"range":{"start_line":37,"start_character":59,"end_line":37,"end_character":63},"in_reply_to":"9fb8cfa7_c9d6e44f","updated":"2019-07-02 14:26:01.000000000","message":"Done","commit_id":"7b59f65c7124b6b98ea6802fb19e3b52419c2d69"}],"nova/conf/workarounds.py":[{"author":{"_account_id":6873,"name":"Matt Riedemann","email":"mriedem.os@gmail.com","username":"mriedem"},"change_message_id":"a03ef43f74ed9196fd2f62539b328fa0c57bee3f","unresolved":false,"context_lines":[{"line_number":187,"context_line":"Live migration of instances with NUMA topologies is disabled by default"},{"line_number":188,"context_line":"when using the libvirt driver. This includes live migration of instances with"},{"line_number":189,"context_line":"CPU pinning or hugepages. CPU pinning and huge page information for such"},{"line_number":190,"context_line":"instances is not currently re-calculated, as noted in `bug #1289064`.  This"},{"line_number":191,"context_line":"means that if instances were already present on the destination host, the"},{"line_number":192,"context_line":"migrated instance could be placed on the same dedicated cores as these"},{"line_number":193,"context_line":"instances or use hugepages allocated for another instance. Alternately, if the"}],"source_content_type":"text/x-python","patch_set":7,"id":"9fb8cfa7_a92ff03c","line":190,"range":{"start_line":190,"start_character":54,"end_line":190,"end_character":68},"updated":"2019-07-01 16:10:01.000000000","message":"This is what was linked before - surprising that the ` ` formatting still works here but the hyperlink doesn\u0027t?\n\nhttps://review.opendev.org/#/c/625880/1/nova/conf/workarounds.py@247\n\nhttp://logs.openstack.org/97/629597/7/check/build-openstack-sphinx-docs/09c63ce/html/configuration/config.html#workarounds.enable_numa_live_migration\n\n(later)\n\nI figured out why - the docs build is using oslo.config 5.2.1 which has the fix for oslo.config to render rst from the option help.\n\nShould we remove the ` ` here then if we\u0027re not going to link it to anything?","commit_id":"7b59f65c7124b6b98ea6802fb19e3b52419c2d69"},{"author":{"_account_id":6873,"name":"Matt Riedemann","email":"mriedem.os@gmail.com","username":"mriedem"},"change_message_id":"65117541ee74084f25eab6211728ef99f6bae3b5","unresolved":false,"context_lines":[{"line_number":187,"context_line":"Live migration of instances with NUMA topologies is disabled by default"},{"line_number":188,"context_line":"when using the libvirt driver. This includes live migration of instances with"},{"line_number":189,"context_line":"CPU pinning or hugepages. CPU pinning and huge page information for such"},{"line_number":190,"context_line":"instances is not currently re-calculated, as noted in `bug #1289064`.  This"},{"line_number":191,"context_line":"means that if instances were already present on the destination host, the"},{"line_number":192,"context_line":"migrated instance could be placed on the same dedicated cores as these"},{"line_number":193,"context_line":"instances or use hugepages allocated for another instance. Alternately, if the"}],"source_content_type":"text/x-python","patch_set":7,"id":"9fb8cfa7_678cb235","line":190,"range":{"start_line":190,"start_character":54,"end_line":190,"end_character":68},"in_reply_to":"9fb8cfa7_a92ff03c","updated":"2019-07-02 14:26:01.000000000","message":"Done","commit_id":"7b59f65c7124b6b98ea6802fb19e3b52419c2d69"}]}
