93cd9fc075
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
9 lines
356 B
YAML
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
|