neutron-ipv6-bgp-injector (0.0.1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 0.0.4 > 0.0.1
- Git: https://salsa.debian.org/openstack-team/services/neutron-ipv6-bgp-injector.git
-
- Branch: debian/flamingo
- Path: debian/changelog
- Repo size: 32768
- Browser: https://salsa.debian.org/openstack-team/services/neutron-ipv6-bgp-injector
- Last scan: 2025-11-28 21:01:39+00
- Next scan: 2025-12-06 03:06:00+00
- Debian changelog in Git:
neutron-ipv6-bgp-injector (0.0.4) unstable; urgency=medium
* [4bfb6a5] A bit more log.
* [6713b60] Fix log using undefined variables.
* [04e0105] Even better logging.
* [439ca82] Use oslo_messaging.get_notification_transport instead of
oslo_messaging.get_transport(conf,
url=conf.oslo_messaging_notifications.transport_url)
* [b798519] Use if subnet_id not in self.subnet_id_to_nexthop_dict:
* [09fb19e] Define name for the notification recieve queue so multiple NIBI
instance ca co-exist in a cluster.
* [1feddcf] * Partial rewrite of PortEventEndpoint.info for a much cleaner code
* [1e2c8b0] Log subnet and router names instead of just IDs.
* [225ecef] Fix log for queue name.
* [13650b9] Fix default value for neutron notif recv queue.
-- Thomas Goirand <zigo@debian.org> Thu, 18 Sep 2025 08:25:10 +0200
- This branch is 20 commits ahead of tag debian/0.0.3
- Git log:
commit bbddaf07fbf30340d8da1a1502aa1c6a87440c5d
Author: Thomas Goirand <zigo@debian.org>
Date: Wed Sep 24 11:47:55 2025 +0200
Do inter-daemon communication with named topics.
commit 56945ab6c76e2615c40117b23cc8201bf80e543f
Author: Thomas Goirand <zigo@debian.org>
Date: Thu Sep 18 10:06:54 2025 +0200
Remove targets[0].queue_name, this doesn't work.
commit 20e77b8e37364ae4d12da20c45fe87bc513085c9
Author: Thomas Goirand <zigo@debian.org>
Date: Thu Sep 18 08:54:09 2025 +0200
queue_name is not a param of the oslo_messaging.Target constructor.
commit 27176b27b0e069fcce7aedfb33d6ff6ce927f277
Author: Thomas Goirand <zigo@debian.org>
Date: Thu Sep 18 08:48:48 2025 +0200
And another again.
commit 853d9ca90d29cb051fd9baae9b71240003adf946
Author: Thomas Goirand <zigo@debian.org>
Date: Thu Sep 18 08:47:22 2025 +0200
Another try.
commit c3075e4c632d7a6c65fd081d896b2db5e4e086cb
Author: Thomas Goirand <zigo@debian.org>
Date: Thu Sep 18 08:41:52 2025 +0200
Another queue name fix.
commit b0635d1bde7b91b1c91f6a7de9d54133ca468d7e
Author: Thomas Goirand <zigo@debian.org>
Date: Thu Sep 18 08:25:21 2025 +0200
d/changelog.
commit 13650b9da7de05d03bc89a185b4f19dda73c8c74
Author: Thomas Goirand <zigo@debian.org>
Date: Thu Sep 18 08:24:41 2025 +0200
Fix default value for neutron notif recv queue.
commit 225ecefdf97e51bf18a7c6415aba45aaddc5e2d2
Author: Thomas Goirand <zigo@debian.org>
Date: Wed Sep 17 18:26:24 2025 +0200
Fix log for queue name.
commit 1e2c8b0a845cb7a534f1bb24c0bf82737a012988
Author: Thomas Goirand <zigo@debian.org>
Date: Wed Sep 17 18:17:50 2025 +0200
Log subnet and router names instead of just IDs.
commit 1feddcf8bb323779cc63b6be7fb218fa741122d9
Author: Thomas Goirand <zigo@debian.org>
Date: Wed Sep 17 14:23:05 2025 +0200
* Partial rewrite of PortEventEndpoint.info for a much cleaner code
commit 934fa6bdbebf3bcb4572efac5bb3a61301a90c71
Author: Thomas Goirand <zigo@debian.org>
Date: Wed Sep 17 11:38:13 2025 +0200
d/changelog.
commit 09fb19ecc405d3b12560a2b14e27d241a80d935d
Author: Thomas Goirand <zigo@debian.org>
Date: Wed Sep 17 11:37:34 2025 +0200
Define name for the notification recieve queue so multiple NIBI instance ca co-exist in a cluster.
commit b798519961c21f2371ff7a8aa9156879e9eb45e4
Author: Thomas Goirand <zigo@debian.org>
Date: Wed Sep 17 11:13:00 2025 +0200
Use if subnet_id not in self.subnet_id_to_nexthop_dict:
commit 0058bb909b2365530353a8d008549298c90390fe
Author: Thomas Goirand <zigo@debian.org>
Date: Wed Sep 17 09:45:22 2025 +0200
d/changelog.
commit 439ca824f20cd751f1dcd6aa58b31fc18f2a06c9
Author: Thomas Goirand <zigo@debian.org>
Date: Wed Sep 17 09:38:21 2025 +0200
Use oslo_messaging.get_notification_transport instead of oslo_messaging.get_transport(conf, url=conf.oslo_messaging_notifications.transport_url)
commit 04e01051ba4574fa430f7a1e6d6d108eeff717d6
Author: Thomas Goirand <zigo@debian.org>
Date: Wed Sep 17 09:33:11 2025 +0200
Even better logging.
commit 6713b607a0c5e133e89c4f203f56610022c2962e
Author: Thomas Goirand <zigo@debian.org>
Date: Wed Sep 17 09:28:10 2025 +0200
Fix log using undefined variables.
commit 8c1bb7bf1b3cd886c7a802cdafcccfa858e9127b
Author: Thomas Goirand <zigo@debian.org>
Date: Wed Sep 17 09:21:20 2025 +0200
d/changelog.
commit 4bfb6a5d1ba5c50af4ca7cdab6b6e477a9cc4b06
Author: Thomas Goirand <zigo@debian.org>
Date: Wed Sep 17 09:20:44 2025 +0200
A bit more log.