File: update-quagga-ebdaa99f7de660d7.yaml

package info (click to toggle)
python-os-ken 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,280 kB
  • sloc: python: 100,620; erlang: 14,517; ansic: 594; sh: 338; makefile: 136
file content (13 lines) | stat: -rw-r--r-- 457 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
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>`_.