{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":13839311,"defaultBranch":"master","name":"openstack","ownerLogin":"openstack","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-10-24T17:38:08.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/324574?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1613520628.734978","currentOid":""},"activityList":{"items":[{"before":"beff420b777d1f7f743113243d817844ba5afd31","after":"adad3211f6a55c830ddc982a7a2266c9237c7589","ref":"refs/heads/master","pushedAt":"2024-05-11T10:20:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update heat from branch 'master'\n to 3799d1cca320f91e644de983d431c0fd34c69eac\n - Merge \"Fix networks validation for Trove\"\n - Fix networks validation for Trove\n \n When creating Trove instances with a specific network configuration,\n some validation logic would fail if the network/port resources did\n not already exist.\n \n For example, if a network and a trove instance were to be created\n as part of the same stack, the network ID would not exist yet and\n result in the ID being an empty string.\n \n This commit fixes that logic to specifically test whether the value\n is None, rather than the truthy test of None or ''\n \n Story: 2011075\n Task: 49772\n Change-Id: I12c98828271be05d1d98d653eeb2ae21ede058f7","shortMessageHtmlLink":"Update git submodules"}},{"before":"49207b297630426135ec03f6482b292165990d05","after":"beff420b777d1f7f743113243d817844ba5afd31","ref":"refs/heads/master","pushedAt":"2024-05-11T09:25:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update openstack-ansible-os_zun from branch 'master'\n to cd63a8522e0e94f64957d4876afc45a7bd6a5e93\n - reno: Update master for unmaintained/zed\n \n Update the zed release notes configuration to build from\n unmaintained/zed.\n \n Change-Id: I97ce5d5876aaa052f2a701f0a1c7a7b78dfed2be","shortMessageHtmlLink":"Update git submodules"}},{"before":"6403ce390a887285ca009a3aa2d2feaae366e2b2","after":"49207b297630426135ec03f6482b292165990d05","ref":"refs/heads/master","pushedAt":"2024-05-11T03:16:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update python-manilaclient from branch 'master'\n to 56ba69448654bae9490eca97ec887e5030f597ab\n - Merge \"adds bandit testing and Zuul CI job.\"\n - adds bandit testing and Zuul CI job.\n \n adds a job to project.yaml Zuul CI file to run the Bandit\n test environment\n \n Change-Id: I76bafa2a444e277e895e510bc53603da0295d88b","shortMessageHtmlLink":"Update git submodules"}},{"before":"50654fe2670cf1c9efbd0ce73885f469b7467b38","after":"6403ce390a887285ca009a3aa2d2feaae366e2b2","ref":"refs/heads/master","pushedAt":"2024-05-11T02:53:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update python-troveclient from branch 'master'\n to 65b99bdf1a850dd7d7c8e7c8e613d3966d52b25c\n - Merge \"Drop unused simplejson\"\n - Drop unused simplejson\n \n simplejson is used only when the json module is not avaialble, but\n recent runtime versions provide the built-in json module.\n \n Change-Id: Ife04be18ed3804a90e52025d3a7f688e6daec849","shortMessageHtmlLink":"Update git submodules"}},{"before":"72667e35bdfcce6958473e6cfa70a118c32ea6c6","after":"50654fe2670cf1c9efbd0ce73885f469b7467b38","ref":"refs/heads/master","pushedAt":"2024-05-11T02:17:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update manila from branch 'master'\n to ff9453cbf34a3b6cee55b7d2fd35e3e284636eb7\n - Merge \"Replace deprecated xml.etree.cElementTree\"\n - Replace deprecated xml.etree.cElementTree\n \n cElementTree was deprecated in Python 3.3 .\n \n Use defusedxml instead of the built-in xml module to avoid potentially\n malicious operation[1].\n \n [1] https://docs.python.org/3/library/xml.html#xml-vulnerabilities\n \n Change-Id: I7b2d2843fb82873e6194c040c6cdfd515de2cefe","shortMessageHtmlLink":"Update git submodules"}},{"before":"18e7f8a7d10845ddea2a045c191618a81eb4d35e","after":"72667e35bdfcce6958473e6cfa70a118c32ea6c6","ref":"refs/heads/master","pushedAt":"2024-05-11T01:30:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update ovsdbapp from branch 'master'\n to 394f3549345f30d8d3f196272025e944c979eaf9\n - Merge \"Backend: always operate on (class level) ovsdb_connection\"\n - Backend: always operate on (class level) ovsdb_connection\n \n Before the patch, the code was always attempting to rebuild indices and\n start a connection, even if a connection was already started and cached\n in .ovsdb_connection class attribute.\n \n (Both operations were gracefully handled as no-ops. But they left some\n confusing log messages about indices rebuild etc.)\n \n Change-Id: Ib9ef29da251f5d184fa6abd20e1b17010f2ed1a1","shortMessageHtmlLink":"Update git submodules"}},{"before":"0a9f030d8464637e6ba7e1af5e4adc7bae715aec","after":"18e7f8a7d10845ddea2a045c191618a81eb4d35e","ref":"refs/heads/master","pushedAt":"2024-05-11T00:57:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update swift from branch 'master'\n to 13f82f532ca5f08f07cb1823bd8e3277fd6bea51\n - Merge \"Mark rolling-upgrade job voting again\"\n - Mark rolling-upgrade job voting again\n \n We got fixes everwhere we needed; this actually could have been voting\n a while back.\n \n Related-Change: https://review.opendev.org/c/openstack/swift/+/863929\n Change-Id: I86012f7f4703becfbc6bb59b865a123cc9823f77","shortMessageHtmlLink":"Update git submodules"}},{"before":"ecce9f9bfe14b9e982f6b2c7e6502d2fe5e9074a","after":"0a9f030d8464637e6ba7e1af5e4adc7bae715aec","ref":"refs/heads/master","pushedAt":"2024-05-11T00:46:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update os-brick from branch 'master'\n to e81fc02105cd6370e615e2cea72b181ffc786297\n - Merge \"Silence warning when running in a container with overlayfs\"\n - Silence warning when running in a container with overlayfs\n \n When running in a container using overlayfs we may see the following\n warning:\n \n WARNING os_brick.initiator.connectors.nvmeof process execution error\n in _get_host_uuid: Unexpected error while running command.\n Command: blkid overlay -s UUID -o value\n Exit code: 2\n Stdout: ''\n Stderr: '': oslo_concurrency.processutils.ProcessExecutionError:\n Unexpected error while running command.\n \n This change fixes the issue by not running the command when the file\n system source is overlay.\n \n Closes-Bug: #2045557\n Change-Id: I3abc5bee7f474a9a40d396c559a42edff86334e0","shortMessageHtmlLink":"Update git submodules"}},{"before":"bbd182b3092ac1fbb176907c635179b18d57b8af","after":"ecce9f9bfe14b9e982f6b2c7e6502d2fe5e9074a","ref":"refs/heads/master","pushedAt":"2024-05-10T21:48:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update openstack-helm from branch 'master'\n to dad5bf0da5455a659439a5914f8a456b68d01bf2\n - Merge \"Move Neutron to uWSGI.\"\n - Move Neutron to uWSGI.\n \n Change-Id: I675375e132a5ba26d7a5b6e878f5709314e52646","shortMessageHtmlLink":"Update git submodules"}},{"before":"c5b44d89061080d8f35cc3fe601d4adc1763bb7a","after":"bbd182b3092ac1fbb176907c635179b18d57b8af","ref":"refs/heads/master","pushedAt":"2024-05-10T20:40:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update openstack-ansible-os_cinder from branch 'master'\n to 21f8ede972afa3b5fb4ea6055a79daa78b8e0bf7\n - Add variable to globally control notifications enablement\n \n In order to be able to globally enable notification reporting for all services,\n without an need to have ceilometer deployed or bunch of overrides for each\n service, we add `oslomsg_notify_enabled` variable that aims to control\n behaviour of enabled notifications.\n \n Presence of ceilometer is still respected by default and being referenced.\n \n Potential usecase are various billing panels that do rely on notifications\n but do not require presence of Ceilometer.\n \n Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/914144\n Change-Id: Ifb16270b41eb795dca9b4bd6a1a3e6eabf2f45eb","shortMessageHtmlLink":"Update git submodules"}},{"before":"bdfdd568538f7dcafeb1d200b60d0ef423279ced","after":"c5b44d89061080d8f35cc3fe601d4adc1763bb7a","ref":"refs/heads/master","pushedAt":"2024-05-10T19:48:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update openstack-ansible-os_cloudkitty from branch 'master'\n to 0d69f9f02c187dfbc7be23d1e8fafa14bb2a9f8f\n - Implement variables to address oslo.messaging improvements\n \n During last release cycle oslo.messaging has landed [1] series of extremely\n useful changes that are designed to implement modern messaging\n techniques for rabbitmq quorum queues.\n \n Since these changes are breaking and require queues being re-created,\n it makes total sense to align these with migration to quorum queues by default.\n \n [1] https://review.opendev.org/q/topic:%22bug-2031497%22\n \n Change-Id: I520ae8cf928404a9ed077d6e6812c4f13d0102bb","shortMessageHtmlLink":"Update git submodules"}},{"before":"2101646f758aaa22c738564d1a1c0275a9dc9fbf","after":"bdfdd568538f7dcafeb1d200b60d0ef423279ced","ref":"refs/heads/master","pushedAt":"2024-05-10T19:31:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update requirements from branch 'master'\n to 091035a0319fbca632e5ae0fcc4f249fa6f5792f\n - Retire TripleO: remove the TripleO deliverable from requirements\n \n TripleO is retired so removing its deliverables from\n the requirements\n \n - https://review.opendev.org/q/topic:%22retire-tripleo%22\n \n Depends-On: https://review.opendev.org/c/openstack/governance/+/905145\n Change-Id: I76787707134419a49e7577a4ea31d168c29756ee","shortMessageHtmlLink":"Update git submodules"}},{"before":"67ebf30c8255b4a6aff40c4661e61ffcff4f7a70","after":"2101646f758aaa22c738564d1a1c0275a9dc9fbf","ref":"refs/heads/master","pushedAt":"2024-05-10T18:46:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update whitebox-tempest-plugin from branch 'master'\n to 2ae480517a4d63a930f2b3e53c3aa954f187fbf7\n - Add a waiter when checking pci allocation\n \n Intermittently the SR-IOV Live Migration Macvtap test would fail due to\n the fact that the DB had the PCI allocation of the device as 2 after\n migration instead of 1. This is due to the DB simply not updating in\n time before the check is done.\n \n Looking at Amit's working for evactuation [1] it makes sense to follow a\n similar approach and have a waiter check the DB until it updates versus\n doing a one time check.\n \n [1] https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/915393/24/whitebox_tempest_plugin/api/compute/base.py#455\n \n Change-Id: Icc152aa77cdced04cb67e15ab225c4bf754ca89e","shortMessageHtmlLink":"Update git submodules"}},{"before":"ce876ea57a7aab4adc16980a19e7dd88e8323040","after":"67ebf30c8255b4a6aff40c4661e61ffcff4f7a70","ref":"refs/heads/master","pushedAt":"2024-05-10T18:45:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update openstacksdk from branch 'master'\n to 9af5594e3cb2deb0e937e656e3de4368c30b5fb2\n - Merge \"Identity: Add support for inherited_to for role_assignments\"\n - Identity: Add support for inherited_to for role_assignments\n \n Change-Id: I977fba4a49d8bd779fc14851ab4145cebb66d46c","shortMessageHtmlLink":"Update git submodules"}},{"before":"0b4e6b2f458b213d49b2f9848c5a64e641cf1ca4","after":"ce876ea57a7aab4adc16980a19e7dd88e8323040","ref":"refs/heads/master","pushedAt":"2024-05-10T18:41:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update releases from branch 'master'\n to 6180e5c5d454171220d42c096e99bdc5b383635f\n - Merge \"[OpenStack-Ansible Roles] Transition Zed to Unmaintained\"\n - [OpenStack-Ansible Roles] Transition Zed to Unmaintained\n \n This branch reached the end of its official stable maintained period,\n hence this patch transition stable/zed branch to Unmaintained.\n \n Needed-By: https://review.opendev.org/c/openstack/openstack-ansible/+/918979\n Change-Id: I2ae212b34fb881dc2db5416a1769dcf7c262fffe","shortMessageHtmlLink":"Update git submodules"}},{"before":"22783d01c4ef11b003ba128183d1544ee55db27f","after":"0b4e6b2f458b213d49b2f9848c5a64e641cf1ca4","ref":"refs/heads/master","pushedAt":"2024-05-10T18:30:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update swift from branch 'master'\n to c4ebcaa438e0891f907cd89893aff7a842d6a1ac\n - Merge \"import exceptions \"correctly\"\"\n - import exceptions \"correctly\"\n \n Change-Id: Ie7da4369152aa5d571a8c834da7390c518143c84","shortMessageHtmlLink":"Update git submodules"}},{"before":"5eb5417f0d89ed7821555e7eef17c96ae7d72faa","after":"22783d01c4ef11b003ba128183d1544ee55db27f","ref":"refs/heads/master","pushedAt":"2024-05-10T16:47:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update puppet-cinder from branch 'master'\n to 4c8f765f48bd6fd1836b417bdae58fabfbbf06b5\n - Merge \"Remove support for amqp1 messaging driver\"\n - Remove support for amqp1 messaging driver\n \n The base implementation in puppet-oslo was deprecated during the 2023.2\n cycle[1], so can be removed now.\n \n [1] e174113210699b433dbae4c2c5a68bc3d269b5c3\n \n Change-Id: I6355316567b9b2963af1241f33c259e2aec82296","shortMessageHtmlLink":"Update git submodules"}},{"before":"099a1335b5d35cb63ebd6f10eee8c7b7e91b92f2","after":"5eb5417f0d89ed7821555e7eef17c96ae7d72faa","ref":"refs/heads/master","pushedAt":"2024-05-10T16:44:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update puppet-nova from branch 'master'\n to 2c0c05229703b9d7d9ffc7228d04cd8054cf7055\n - Merge \"Remove support for amqp1 messaging driver\"\n - Remove support for amqp1 messaging driver\n \n The base implementation in puppet-oslo was deprecated during the 2023.2\n cycle[1], so can be removed now.\n \n [1] e174113210699b433dbae4c2c5a68bc3d269b5c3\n \n Change-Id: I80ff34199b00a47d105f76260fdcf33fd54032ff","shortMessageHtmlLink":"Update git submodules"}},{"before":"cc4e09484ad188de131d10838744957508c738d6","after":"099a1335b5d35cb63ebd6f10eee8c7b7e91b92f2","ref":"refs/heads/master","pushedAt":"2024-05-10T16:30:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update puppet-neutron from branch 'master'\n to 5f9b811438bb2afaa58f1263de5c9bf8e1008778\n - Merge \"Remove support for amqp1 messaging driver\"\n - Remove support for amqp1 messaging driver\n \n The base implementation in puppet-oslo was deprecated during the 2023.2\n cycle[1], so can be removed now.\n \n [1] e174113210699b433dbae4c2c5a68bc3d269b5c3\n \n Change-Id: Ibdb7d11c75722eeffd47d03ce6e80a12a8d96c64","shortMessageHtmlLink":"Update git submodules"}},{"before":"523d1cc15f699ebe048368544d5501daef45b59a","after":"cc4e09484ad188de131d10838744957508c738d6","ref":"refs/heads/master","pushedAt":"2024-05-10T16:26:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update devstack from branch 'master'\n to aee9b0ff9e68f9306d9a55bca5304366fb85e91b\n - Make rocky 9 job non-voting\n \n This job is currently failing with mirror or repo issues.\n \n Change-Id: Ie0f862f933cd99cc9fe698d5a178b952e6e93ac4","shortMessageHtmlLink":"Update git submodules"}},{"before":"6cdf7f263a03205cfa2a1dc89def521025c4069c","after":"523d1cc15f699ebe048368544d5501daef45b59a","ref":"refs/heads/master","pushedAt":"2024-05-10T16:15:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update puppet-ironic from branch 'master'\n to a7f9c7a35888fe8c76e162e7b12758c4df60246e\n - Merge \"Remove support for amqp1 messaging driver\"\n - Remove support for amqp1 messaging driver\n \n The base implementation in puppet-oslo was deprecated during the 2023.2\n cycle[1], so can be removed now.\n \n [1] e174113210699b433dbae4c2c5a68bc3d269b5c3\n \n Change-Id: Ia13ae57ec395b0f7cee7bbdf4c1de8ad2d5e725f","shortMessageHtmlLink":"Update git submodules"}},{"before":"b5312e7d61e068849284dab4aa17fdf0b3e9ba48","after":"6cdf7f263a03205cfa2a1dc89def521025c4069c","ref":"refs/heads/master","pushedAt":"2024-05-10T16:13:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update puppet-watcher from branch 'master'\n to fb8848ae179f83bf9135f0ec31b55e8d11ae860a\n - Merge \"Remove support for amqp1 messaging driver\"\n - Remove support for amqp1 messaging driver\n \n The base implementation in puppet-oslo was deprecated during the 2023.2\n cycle[1], so can be removed now.\n \n [1] e174113210699b433dbae4c2c5a68bc3d269b5c3\n \n Change-Id: Ifa9e691a23f6cf4340c1cd6a2105504c85d4ecc3","shortMessageHtmlLink":"Update git submodules"}},{"before":"2bb9a7d89ec76f325fcb87169d88988c6de718ce","after":"b5312e7d61e068849284dab4aa17fdf0b3e9ba48","ref":"refs/heads/master","pushedAt":"2024-05-10T16:12:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update puppet-trove from branch 'master'\n to d42f06e02b0a2eae5f11511d20241317d8f39381\n - Merge \"Remove support for amqp1 messaging driver\"\n - Remove support for amqp1 messaging driver\n \n The base implementation in puppet-oslo was deprecated during the 2023.2\n cycle[1], so can be removed now.\n \n [1] e174113210699b433dbae4c2c5a68bc3d269b5c3\n \n Change-Id: If2e2aaa9baf149c4f089b45621b4d592a6668ef1","shortMessageHtmlLink":"Update git submodules"}},{"before":"dd9ca33106fda5a1835e32b5a4e34a53efe1d99c","after":"2bb9a7d89ec76f325fcb87169d88988c6de718ce","ref":"refs/heads/master","pushedAt":"2024-05-10T16:11:29.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update puppet-octavia from branch 'master'\n to 6b1dd984dc001f4ddeffefc6f8a57beebcefeffb\n - Merge \"Remove support for amqp1 messaging driver\"\n - Remove support for amqp1 messaging driver\n \n The base implementation in puppet-oslo was deprecated during the 2023.2\n cycle[1], so can be removed now.\n \n [1] e174113210699b433dbae4c2c5a68bc3d269b5c3\n \n Change-Id: I869d2f283097404e3f83b0d64127e7cd1c38b72e","shortMessageHtmlLink":"Update git submodules"}},{"before":"c7f981321c2d5ad6f85472dbdeb76a10280bb869","after":"dd9ca33106fda5a1835e32b5a4e34a53efe1d99c","ref":"refs/heads/master","pushedAt":"2024-05-10T16:10:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update puppet-magnum from branch 'master'\n to 6af9323d05e16a66dba678b47dffccd5510dcdb9\n - Merge \"Remove support for amqp1 messaging driver\"\n - Remove support for amqp1 messaging driver\n \n The base implementation in puppet-oslo was deprecated during the 2023.2\n cycle[1], so can be removed now.\n \n [1] e174113210699b433dbae4c2c5a68bc3d269b5c3\n \n Change-Id: I99d295323bd2fafb98def98e4bb09b22809692dd","shortMessageHtmlLink":"Update git submodules"}},{"before":"d8994dc7c2fd6b68e7b2f1524a474edcf33da093","after":"c7f981321c2d5ad6f85472dbdeb76a10280bb869","ref":"refs/heads/master","pushedAt":"2024-05-10T16:04:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update puppet-heat from branch 'master'\n to acd3bfc2c4a13d875b1293507febeaf5acedb101\n - Merge \"Remove support for amqp1 messaging driver\"\n - Remove support for amqp1 messaging driver\n \n The base implementation in puppet-oslo was deprecated during the 2023.2\n cycle[1], so can be removed now.\n \n [1] e174113210699b433dbae4c2c5a68bc3d269b5c3\n \n Change-Id: Iec6d9b66e5c1087ae4688d83d6ec646db4a41f2a","shortMessageHtmlLink":"Update git submodules"}},{"before":"605c33561de17674dc4989ce3591569fe3b1800c","after":"d8994dc7c2fd6b68e7b2f1524a474edcf33da093","ref":"refs/heads/master","pushedAt":"2024-05-10T15:34:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update openstack-ansible-os_designate from branch 'master'\n to 23b018422095fc0f5b89bd4b2a6ee08a576b974d\n - Implement variables to address oslo.messaging improvements\n \n During last release cycle oslo.messaging has landed [1] series of extremely\n useful changes that are designed to implement modern messaging\n techniques for rabbitmq quorum queues.\n \n Since these changes are breaking and require queues being re-created,\n it makes total sense to align these with migration to quorum queues by default.\n \n [1] https://review.opendev.org/q/topic:%22bug-2031497%22\n \n Change-Id: Id608c4ea0638c7ebd242399726d493f767b0f04b","shortMessageHtmlLink":"Update git submodules"}},{"before":"da3a16838a56211ec427196f84bbeac96cf4ccc2","after":"605c33561de17674dc4989ce3591569fe3b1800c","ref":"refs/heads/master","pushedAt":"2024-05-10T15:18:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update puppet-cloudkitty from branch 'master'\n to 56878cd0d2f50f55212bcebd40a9a6bfea81cffc\n - Merge \"Remove support for amqp1 messaging driver\"\n - Remove support for amqp1 messaging driver\n \n The base implementation in puppet-oslo was deprecated during the 2023.2\n cycle[1], so can be removed now.\n \n [1] e174113210699b433dbae4c2c5a68bc3d269b5c3\n \n Change-Id: Iaedf3ecffa2986e6f85f4f019b85c381bbabc543","shortMessageHtmlLink":"Update git submodules"}},{"before":"b97a565b0efb927084f06d8f364bf60411b3d9c9","after":"da3a16838a56211ec427196f84bbeac96cf4ccc2","ref":"refs/heads/master","pushedAt":"2024-05-10T14:13:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update openstack-ansible-os_cinder from branch 'master'\n to 5ad37dd6209c12259b0efe2204a20ee4edc82f4e\n - Add service policies defenition\n \n In order to allow definition of policies per service, we need to add variables\n so service roles, that will be passed to openstack.osa.mq_setup.\n \n Currently this can be handled by leveraging group_vars and overriding `oslomsg_rpc_policies` as a whole, but it's not obvious and\n can be non-trivial for some groups which are co-locating multiple services\n or in case of metal deployments.\n \n Change-Id: I69fee673ebc1fa454a4af0f9a251e9f50999edd8","shortMessageHtmlLink":"Update git submodules"}},{"before":"7f088fd001437f631c243c6c973014d50fde652c","after":"b97a565b0efb927084f06d8f364bf60411b3d9c9","ref":"refs/heads/master","pushedAt":"2024-05-10T14:08:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update git submodules\n\n* Update puppet-swift from branch 'master'\n to 2655744dcf1c103a007050ededc07aa84d135946\n - reno: Update master for unmaintained/zed\n \n Update the zed release notes configuration to build from\n unmaintained/zed.\n \n Change-Id: I0159549d367587ba9a8260f8e178345082fb1216","shortMessageHtmlLink":"Update git submodules"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAERzDSVQA","startCursor":null,"endCursor":null}},"title":"Activity ยท openstack/openstack"}