os-ken/releasenotes/notes/update-quagga-ebdaa99f7de660d7.yaml
Dr. Jens Harbott 6f285a65f0 Add releasenote for quagga fix
This was missed in [0].

[0] I6bbd88c0d66bffa0a310364e26cd73286524fee3

Change-Id: I241bd8c881e3cca170b1cba99862181689a8bb2e
2023-08-17 11:56:24 +02:00

14 lines
457 B
YAML

---
upgrade:
- |
The default docker base image used in testing has been updated to
``ubuntu:20.04``. You may need to update your testing code
accordingly.
fixes:
- |
The quagga container used for testing neutron-dynamic-routing was
failing to start due to permission issues. A startup script has
been added to dynamically set the correct permissions.
See bug
`2031526 <https://bugs.launchpad.net/neutron/+bug/2031526>`_.