Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
| Summary: |
Nokia CBAM Application fails Authentication on Heat Stack update. |
| Product: |
Red Hat OpenStack
|
Reporter: |
Robin Cernin <rcernin> |
| Component: |
tripleo-ansible | Assignee: |
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: |
z4 | Keywords: |
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:
|
|
| |
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 ~~~