octavia/releasenotes/notes/fix-redhat-amphora-images-interface-files-5ba1be40c65940d9.yaml
Paul Peereboom 93cd9fc075 Fix the interface filenames for Red Hat amphora images
Code was not using the correct filenames for the 'route',
'route6', 'rule' and 'rule6' files on Red Hat images.
Changed to use config option 'agent_server_network_file'
if it's specified, else the file of the correct name, and
added unit tests for each.

Change-Id: I335287da66524d026f0c42086d885b478c568bbd
Task: 37881
Story: 2007051
2020-01-10 16:09:27 +01:00

9 lines
356 B
YAML

---
fixes:
- |
Fixed code that configured the CentOS/Red Hat amphora images to use the
correct names for the network 'ifcfg' files for static routes and
routing rules. It was using the wrong name for the routes file,
and did not support IPv6 in either file. For more information, see
https://storyboard.openstack.org/#!/story/2007051