Bug 1084624
| Summary: | Unable to create or modify account / tenants from the UI | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Remo Mattei <rmattei> | ||||
| Component: | python-django-horizon | Assignee: | RHOS Maint <rhos-maint> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Ami Jeain <ajeain> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 4.0 | CC: | aortega, jpichon, mrunge, nobody, rmattei, yeylon | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 5.0 (RHEL 7) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-05-21 08:53:40 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: | |||||||
| Attachments: |
|
||||||
Could you please report back, what version are you using? I think this is probably a duplicate of bug 1077245. Could you check the error message in the Horizon logs, and if you see something like "NotFound: Could not find default role "Member" in Keystone" then make sure that the role defined in the dashboard local settings under OPENSTACK_KEYSTONE_DEFAULT_ROLE does exist in Keystone? Yes that is the same bug but you have to change the options to _member_ and not to User as I have seen on other tickets. You can either set the setting to "_member_" or add a "Member" role in Keystone. Could you change the bug component to the installer you used, so that they can look into making sure the roles in Keystone and the role expected by Horizon match? Thank you. Closing based on the last comment, feel free to reopen with additional information if you disagree. Thanks! The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |
Created attachment 882867 [details] Error when creating or modifying tenants form the UI Description of problem: Cannot create new users from the UI Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.login as admin 2.create a new project (tenant) 3. try to create or modify an account Actual results: cannot do it from the UI but works for the CLI Expected results: Being able to create account of modify them from the UI Additional info: