On a fresh deployment, the Octavia amphora image is pushed to Glance [1] and consumed by the service to create service VMs. The image is provided via RPM (rhbz 1477480) and is updated every now and then to include latest bug and security fixes. On an OSP update, the latest image is not automatically uploaded to Glance. As a result of that, newly created amphora instances will be built based on an outdated image. We would like to have a procedure that ensures that, on an OSP update, the amphora image provided in the latest RPM is uploaded to Glance. [1] https://github.com/openstack/tripleo-common/blob/master/playbooks/roles/octavia-undercloud/tasks/main.yml
This should be handled by a combination of: 1. https://code.engineering.redhat.com/gerrit/#/c/139628/ - which is part of a series that installs the rpm as part of the overcloud deploy and 2. https://code.engineering.redhat.com/gerrit/#/c/137926/ - which updates the image in glance if it is different than the one on the filesystem, follows the symbolic links and uses the versioned filename as glance image name.
According to our records, this should be resolved by openstack-tripleo-common-8.6.1-20.el7ost. This build is available now.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:3587