| Summary: | [RFE][horizon]: cross project view for horizon | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Dafna Ron <dron> |
| Component: | python-django-horizon | Assignee: | RHOS Maint <rhos-maint> |
| Status: | CLOSED UPSTREAM | QA Contact: | Ami Jeain <ajeain> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.0 | CC: | aberezin, aortega, dron, jpichon, markmc, mrunge, nkinder, sgordon, yeylon |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | storage | ||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-10-21 11:23:09 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
Dafna Ron
2013-11-07 01:58:27 UTC
Dafna, is there a blueprint for this or only Launchpad bug? (In reply to Arthur Berezin from comment #1) > Dafna, is there a blueprint for this or only Launchpad bug? I think that I only opened a bug - not sure if a blueprint was opened. If I remember right, this is essential an keystone issue (this was discussed back in April 2013 in Portland during the summit). And if I'm not totally wrong, keystone issues a user a ticket for a single project, not for a set of projects. Nathan, would you be able to provide a Keystone perspective on this RFE? (In reply to Julie Pichon from comment #4) > Nathan, would you be able to provide a Keystone perspective on this RFE? A Keystone token is only capable of having a single scope. The scope is going to be at a project level as far as Horizon is concerned. If Horizon wants to be able to allow a user to perform operations on multiple projects for a single user, it would need the ability to hold multiple Keystone tokens for that user's session. It would also need to know when to use the correct token for specific actions. This all seems technically possible, but it is very likely a non-trivial change to the way Horizon works with regards to managing Keystone tokens. Possibly also of interest, for admins and instances: https://blueprints.launchpad.net/horizon/+spec/horizon-massive-nova-instance-search This feature will be tracked upstream https://bugs.launchpad.net/bugs/1248792 |