Add releasenote for quagga fix

This was missed in [0].

[0] I6bbd88c0d66bffa0a310364e26cd73286524fee3

Change-Id: I241bd8c881e3cca170b1cba99862181689a8bb2e
This commit is contained in:
Dr. Jens Harbott 2023-08-17 11:52:30 +02:00
parent 17570b4c24
commit 6f285a65f0

View File

@ -0,0 +1,13 @@
---
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>`_.