tripleo-heat-templates/releasenotes/notes/octavia-mount-amphora-images-dir-31da44a544628687.yaml
Carlos Goncalves 70162488bf Mount /usr/share/openstack-octavia-amphora-images into mistral-executor
With containerized undercloud, the Octavia playbook shipping with
tripleo-common can no longer install the octavia-amphora-image RPM
available in RHOSP-based environments as the yum repository list is
empty. Thus, the amphora QCOW2 file needs to be made available by the
undercloud base OS via a volume mount. This will also help in
uniformizing default placement of amphora images across different
OpenStack distributions.

Change Icae47e76f71b739cf0e1f5633b15432fd531e645 will close the loop.

Partial-Bug: #1800916

Change-Id: I84943a5e6e2b08baaf8e61a1cd9f2fe92286ad9a
2018-11-05 11:21:17 +01:00

15 lines
493 B
YAML

---
upgrade:
- |
Octavia amphora images are now expected to be located in directory
/usr/share/openstack-octavia-amphora-images on the undercloud node
for uniformization across different OpenStack distributions.
deprecations:
- |
Ensure Octavia amphora image files are placed in directory
/usr/share/openstack-octavia-amphora-images on the undercloud node.
fixes:
- |
Fix an issue where Octavia amphora images were not accessible during
overcloud deployment.