Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 2309586

Summary: Nokia CBAM Application fails Authentication on Heat Stack update.
Product: Red Hat OpenStack Reporter: Robin Cernin <rcernin>
Component: tripleo-ansibleAssignee: Grzegorz Grasza <ggrasza>
Status: CLOSED CURRENTRELEASE QA Contact: Joe H. Rahme <jhakimra>
Severity: urgent Docs Contact:
Priority: high    
Version: 17.1 (Wallaby)CC: alee, alisci, apevec, astupnik, dhill, dwilde, ggrasza, jagee, jbadiapa, jelle.hoylaerts.ext, jhardee, jpretori, knakai, ktordeur, ldavidde, madgupta, mariel, mburns, mflusche, nalmond, pweeks, ramishra, riramos, zbitter
Target Milestone: z4Keywords: TestOnly, Triaged
Target Release: 17.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: tripleo-ansible-3.3.1-17.1.20240920151434.8debef3.el9ost python-openstacksdk-0.55.1-17.1.20240920150753.f09ed4a.el9ost ansible-collections-openstack-1.9.1-17.1.20240920150753.0e9a6f2.el9ost Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-11-21 11:31:16 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:

Comment 21 David Hill 2024-09-16 13:17:58 UTC
  We might have to change this in deployment/cephadm/ceph-rgw.yaml :
~~~
      keystone_resources:
        swift:
          endpoints:
            public: {get_param: [EndpointMap, CephRgwPublic, uri]}
            internal: {get_param: [EndpointMap, CephRgwInternal, uri]}
            admin: {get_param: [EndpointMap, CephRgwAdmin, uri]}
          users:
            swift:
              password: {get_param: SwiftPassword}
              roles:
                - admin
                - member
          region: {get_param: KeystoneRegion}
          service: 'object-store'
          roles:
            - member
            - ResellerAdmin
            - swiftoperator
~~~
to:
~~~
      keystone_resources:
        swift:
          endpoints:
            public: {get_param: [EndpointMap, CephRgwPublic, uri]}
            internal: {get_param: [EndpointMap, CephRgwInternal, uri]}
            admin: {get_param: [EndpointMap, CephRgwAdmin, uri]}
          users:
            swift:
              password: {get_param: SwiftPassword}
              roles:
                - admin
                - member
          region: {get_param: KeystoneRegion}
          service: 'object-store'
          roles:
            - Member <===================================================================
            - ResellerAdmin
            - swiftoperator
~~~

Comment 56 Red Hat Bugzilla 2025-03-22 04:25:30 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days