Bug 2306377

Summary: Octavia Quota resource failed with AttributeError
Product: Red Hat OpenStack Reporter: Rabi Mishra <ramishra>
Component: openstack-heatAssignee: Rabi Mishra <ramishra>
Status: CLOSED ERRATA QA Contact: David Rosenfeld <drosenfe>
Severity: medium Docs Contact:
Priority: medium    
Version: 17.1 (Wallaby)CC: mariel, pweeks
Target Milestone: z4Keywords: Triaged
Target Release: 17.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: openstack-heat-16.1.1-17.1.20240827003749.edc6d60.el8ost Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-11-21 09:31:27 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Rabi Mishra 2024-08-21 02:25:55 UTC
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.

Comment 11 errata-xmlrpc 2024-11-21 09:31:27 UTC
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