Bug 2306377 - Octavia Quota resource failed with AttributeError
Summary: Octavia Quota resource failed with AttributeError
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-heat
Version: 17.1 (Wallaby)
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: z4
: 17.1
Assignee: Rabi Mishra
QA Contact: David Rosenfeld
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-08-21 02:25 UTC by Rabi Mishra
Modified: 2024-11-21 09:31 UTC (History)
2 users (show)

Fixed In Version: openstack-heat-16.1.1-17.1.20240827003749.edc6d60.el8ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2024-11-21 09:31:27 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 926138 0 None MERGED Fix octavia quota resource 2024-08-21 02:36:15 UTC
Red Hat Issue Tracker OSP-32713 0 None None None 2024-08-27 18:23:53 UTC
Red Hat Product Errata RHBA-2024:9973 0 None None None 2024-11-21 09:31:29 UTC

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


Note You need to log in before you can comment on or make changes to this bug.