diff --git a/releasenotes/notes/update-quagga-ebdaa99f7de660d7.yaml b/releasenotes/notes/update-quagga-ebdaa99f7de660d7.yaml new file mode 100644 index 00000000..0f38a13e --- /dev/null +++ b/releasenotes/notes/update-quagga-ebdaa99f7de660d7.yaml @@ -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 `_.