| Summary: | Horizon project list issue with keystone v2 | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Muhammad Shahid Masood <me> |
| Component: | python-django-horizon | Assignee: | Matthias Runge <mrunge> |
| Status: | CLOSED NOTABUG | QA Contact: | Ido Ovadia <iovadia> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 7.0 (Kilo) | CC: | aortega, athomas, me, mrunge, yeylon |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | 7.0 (Kilo) | Flags: | mrunge:
needinfo?
(me) |
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-02-25 09:04:06 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
Muhammad Shahid Masood
2015-12-29 22:31:37 UTC
what kind of keystone tokens do you use? The messages you're seeing in the error log are shown due to your logging dictionary in local_settings. Messages logged to a logfile are tagged with error, even if they are informational, like Login successful for user "shahid". I am using PKI tokens. If you can, switch to uuid tokens. PKI tokens are flawed in several ways. PKI tokens are deprecated by keystone, there is a known security issue https://wiki.openstack.org/wiki/OSSN/OSSN-0062 Thanks for sharing the document related to PKI. well i have configured keystone with UUID tokens but it have same issue with project list if i use api identity v2 and openstack keystone url v2. Changing api version to 3 and keeping openstack keystone url 2.0 (As described in the first post) solves the issue of project list whether using pki or uuid token. are you using keystone v3 feautures, like hierarchical projects? Closing this due to missing response. Feel free to re-open, when it happens again. |