This is a kolla bug most likely. This could be caused by a few possible issues in kolla: 1. The images are owned by the wrong project. Kolla may deploy Octavia under a special service project. The image kolla uploads to glance must be uploaded under the service project as owner. A simple test to see if this is the issue would be to set the image as "public" such that all users of the cloud can see it. If a load balancer can be created after that change, the images are loaded under a project that Octavia cannot access. 2. The other possibility is kolla configured an alternate tag name. Check the [controller_worker] amp_image_tag setting [1] in octavia.conf. The images must be tagged with the same name as is configured in the octavia.conf for the controllers. Let us know either way (and ideally open a bug for kolla) what you find out. Michael [1] https://docs.openstack.org/octavia/latest/configuration/configref.html#contr... On Fri, Aug 6, 2021 at 5:52 AM Chris Lyons <chris@lyonsgroup.family> wrote:
Octavia group,
I created this story to see if I could get some assistance on an Octavia issue I am having with my infra. I did a vanilla install of Openstack Wallaby using the Kolla project with Octavia enabled and auto-configure set. Everything appeared to install fine. When I try to create a load balancer using the horizon console or the cli or through further installs such as cloudfoundry that require a loadbalancer, I get an error from glance about “No image found with tag amphora” even though the image does exist. I hope it is something simple or an oversight on my part. Could I get some ideas or places to look?
Story:
https://storyboard.openstack.org/#!/story/2009103
Kolla install followed:
https://docs.openstack.org/kolla-ansible/latest/reference/networking/octavia...
cli output :
[root@kolla ~]# openstack image list --tag amphora
+--------------------------------------+---------------------+--------+
| ID | Name | Status |
+--------------------------------------+---------------------+--------+
| 8f7398e7-7912-43b8-8131-e90f21c91ab4 | amphora | active |
| 9bf14389-8521-4fb7-a7db-925f4dea1bf3 | amphora-x64-haproxy | active |
+--------------------------------------+---------------------+--------+
[root@kolla ~]#
My Infra scripts (relevant):
https://github.com/mephmanx/openstack-scripts/blob/32363ef5753fdec381f713c74...
I am admin of said infra so if anyone has time or availability (or interest) to log in and take a look I would be happy to provide creds.
Thank you for any time that you could provide or offer!