| Summary: | Can't retrieve list of project from Horizon (so can't spawn VM from Horizon) | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Alexandre Maumené <amaumene> |
| Component: | python-django-horizon | Assignee: | Itxaka <iserrano> |
| Status: | CLOSED NOTABUG | QA Contact: | Ido Ovadia <iovadia> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 (Kilo) | CC: | aortega, athomas, mcornea, mrunge, srevivo |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | 7.0 (Kilo) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-06-22 08:56:52 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: | |
|
Description
Alexandre Maumené
2016-04-27 14:01:59 UTC
What kind of tokens do you use and how are sessions set up? I'm not sure to understand your questions, but I didn't change anything related to tokens and sessions. Anyway for tokens: [token] expiration = 3600 provider = keystone.token.providers.uuid.Provider driver = keystone.token.persistence.backends.sql.Token For sessions: SESSION_ENGINE = "django.contrib.sessions.backends.cache" Did you horizon to use keystone v3 or v2? Are you using hierarchical projects? AD is mostly irrelevant here, since Horizon talks to keystone. We use keystone v2 and no hierarchical projects. As I said nothing else has been changed from the OSP-d deployment. Not sure AD is not relevant since it's after this switch that the problem appears. (it may also be a side effect). What is the output of keystone tenant-list in the CLI? Does it return the expected output of tenants? Can you attach some logs of horizon to see if there is any errors? Do you get any errors on the UI? Unfortunately I cannot reproduce the environment locally, devstack+ldap fails to deploy correctly so Im a bit blind on this, so as much info and logs as possible would be appreciated. |