Bug 1090062
| Summary: | Packstack installer causes configuration error, Create project button on Horizon fails. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] RDO | Reporter: | Tzach Shefi <tshefi> | ||||
| Component: | openstack-packstack | Assignee: | RHOS Maint <rhos-maint> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ami Jeain <ajeain> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | unspecified | CC: | aortega, derekh, kchamart, lars, mrunge, tshefi, yeylon | ||||
| Target Milestone: | --- | Keywords: | Triaged | ||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-03-26 19:30:37 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: |
|
||||||
|
Description
Tzach Shefi
2014-04-22 13:25:16 UTC
Tzach, Can you post any relevant log details for further diagnosis? To fill in the necessary data not provided in the original description: Horizons config snippet refers to a role named 'Member', which is not created during install. [root@sofja ~]# cat /etc/openstack-dashboard/local_settings | grep Member OPENSTACK_KEYSTONE_DEFAULT_ROLE = "Member" [root@sofja ~]# keystone role-list Expecting an auth URL via either --os-auth-url or env[OS_AUTH_URL] [root@sofja ~]# . ./keystonerc_admin [root@sofja ~(keystone_admin)]# keystone role-list +----------------------------------+-----------------+ | id | name | +----------------------------------+-----------------+ | 05ab6f41d23042329399d24a93440e2f | ResellerAdmin | | 9fe2ff9ee4384b1894a90878d3e92bab | _member_ | | 634dab80d4d54608a49f094d71e68ced | admin | | 61266dd410a846459b7d3bc00e425a3d | heat_stack_user | +----------------------------------+-----------------+ Horizon upstream uses '_member_' as default role, the same as provided in the openstack-dashboard package. Kashyap, Sure thing, which logs interest you other than Horizon.log? (In reply to Tzach Shefi from comment #3) > Kashyap, > > Sure thing, which logs interest you other than Horizon.log? I was helping triage this bug. I think horizon.log and any other contextual information (from packstack) that lead to trigger your bug would be useful. Created attachment 889201 [details]
Packstack logs answer file and Horizon log
Kashyap, sent you an email about my setup, horizon log problem. Any way attached logs from another setup same version/packstack same "create project" error on UI. Let me know if you need more logs and which ones. there is a bug about this which might be related: https://bugzilla.redhat.com/show_bug.cgi?id=1085547 This bug is resolved in current (RDO Juno) packages. |