Bug 1314725
Summary: | missing heat_stack_owner role after installation | |||
---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | tkammer | |
Component: | python-tripleoclient | Assignee: | RHOS Maint <rhos-maint> | |
Status: | CLOSED ERRATA | QA Contact: | tkammer | |
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 8.0 (Liberty) | CC: | afazekas, cschwede, dbecker, hbrock, jcoufal, jslagle, lnatapov, mburns, mmagr, morazi, rhel-osp-director-maint | |
Target Milestone: | Upstream M2 | Keywords: | Automation, AutomationBlocker | |
Target Release: | 11.0 (Ocata) | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | python-tripleoclient-5.3.0-4.el7ost | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1314732 (view as bug list) | Environment: | ||
Last Closed: | 2017-05-17 19:27:41 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1314732 |
Description
tkammer
2016-03-04 10:47:20 UTC
This bug did not make the OSP 8.0 release. It is being deferred to OSP 10. https://review.openstack.org/#/c/155636/ AFAIK heat does not needs that role since long. tempest-deployer-input.conf should not contain any heat specific role, unless the default user roles ([auth]tempest_roles) are not sufficient for a user to fully utilize heat. The deployer-input-config actually has the 'heat_stack_user' for stack_owner_role in my case which is the opposite role! It will not work for sure, that role is for heat for special usage, tempest should not ever get this role name, and especially should not try to create regular test users with this role. The heat_stack_user is deny almost everything role. Assigning to OpsTools to update Tempest tests. This might help: https://review.openstack.org/#/c/384820/ Fix has been merged upstream, and is included in the latest python-tripleoclient build. python-tripleoclient-6.0.1-0.20170127055753.8ea289c.el7ost.noarch 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, 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/RHEA-2017:1245 |