Description of problem: Creating an OS::Octavia::Quota resource to limit the number of loadbalancers fails with AttributeError. resources: quota_octavia: type: OS::Octavia::Quota properties: project: { get_resource: tenant } loadbalancer: 16 2024-08-11 17:54:11Z [project-supertenant]: UPDATE_IN_PROGRESS Stack UPDATE started 2024-08-11 17:54:11Z [project-supertenant.quota_octavia]: CREATE_IN_PROGRESS state changed 2024-08-11 17:54:11Z [project-supertenant]: UPDATE_FAILED Resource CREATE failed: AttributeError: resource.quota_octavia: 'OctaviaAPI' object has no attribute 'quotas' How reproducible: All the time Actual results: AttributeError: resource.quota_octavia: 'OctaviaAPI' object has no attribute 'quotas' Expected results: Successful creation of `OS::Octavia::Quota` resource.
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 (RHOSP 17.1.4 bug fix and enhancement 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-2024:9973