On Fri, Jun 10, 2022 at 7:06 AM Russell Stather <Russell.Stather@ignitiongroup.co.za> wrote:
Hi all

Thank you for the assistance.

checking octavia.conf I found that this:

[service_auth]

auth_section = keystone_authtoken


[keystone_authtoken]

auth_uri = https://10.0.143.28:5000

auth_url = https://10.0.143.28:35357

auth_type = password

project_domain_name = service_domain

user_domain_name = service_domain

project_name = services

username = octavia

password = FN9BztN8tYcWrtxbHYPR2myrpz5HgSJ4T7479ynkCNFyWPhbcfgdbfc5xSCxkPH6

memcached_servers = inet6:[::1]:11211


So I rebult the security groups and put them in the services project.

All working fine now. Thanks so much!

Glad to hear you have it working now.

For future followers the octavia charm has a 'configure-resources' action that will either create all of the required resources (networking and security groups) in OpenStack for Octavia operation or discover them if they have been created by the user of the charm by hand - see the deployment guide doc on this topic:

  https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/app-octavia.html#resource-configuration

Cheers

James