Comment 4 for bug 1847905

Revision history for this message
Michael Johnson (johnsom) wrote :

Changing the version constant is not the right answer. You will get failures from doing that.

The issue is that your controller version of Octavia does not match your amphora image version of Octavia.

When building your amphora image, if you are building for a controller version other than "master", you need to set environment variables such that diskimage-builder will install the correct version of Octavia in the image.

Those variables are: DIB_REPOLOCATION_amphora_agent and DIB_REPOREF_amphora_agent.

See the Octavia image building guide for more information: https://docs.openstack.org/octavia/latest/admin/amphora-image-build.html#environment-variables