4d8a80f386
This patch changes some defaults that turned out to be not very good in practice to be empty values. The default behavior is instead distribution specific behavior in the ansible playbooks. Change-Id: Ib5338d0fadc9c1c8fcf73c53e4364d35a5f29fe7 Related-Bug: #1754039 Depends-On: https://review.openstack.org/#/c/562019/
10 lines
451 B
YAML
10 lines
451 B
YAML
---
|
|
features:
|
|
- |
|
|
The Octavia amphora image name is now derived from the filename by default so the
|
|
`OctaviaAmphoraImageName` now behaves as an override if set to a non-default value.
|
|
- The Octavia amphora image file name default value is now an empty string resulting
|
|
in a distribution specific default location being used. The
|
|
`OctaviaAmphoraImageFilename` parameter now behaves as an override if set to a
|
|
non-default value.
|