Bug 1094783
| Summary: | Horizon error on accessing pseudo-folder | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Lukas Bezdicka <lbezdick> | ||||
| Component: | python-django-horizon | Assignee: | Lukas Bezdicka <lbezdick> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Amit Ugol <augol> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | unspecified | CC: | aortega, augol, jpichon, lbezdick, mrunge, yeylon | ||||
| Target Milestone: | rc | Keywords: | Triaged | ||||
| Target Release: | 5.0 (RHEL 7) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | python-django-horizon-2014.1-5.el6ost | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-07-08 15:42:07 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: |
|
||||||
should be set to post, when the fix was merged into the Icehouse source tree, which is not the case (yet). Created attachment 909890 [details]
partial-horizon-log
Not sure if it is related, accessing the folder works but deleting it does not: As admin create a container and a folder, then try to delete the folder (make sure it is empty before you do). Attached is the log from when I pressed Delete. Forgot to mention, tested on python-django-horizon-2014.1-7.el7ost.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2014-0855.html removing folder is different issue |
Description of problem: When trying to access pseudo-folder in horizon http 500 is returned. Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. deploy openstack with packstack --allinione and enabled swift 2. create container 3. create pseudo-folder in container 4. try to access it Actual results: File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line 452, in _reverse_with_prefix (lookup_view_s, args, kwargs, len(patterns), patterns )) NoReverseMatch: Reverse for 'breadcrumb.url' with arguments '(u'rajcina/',)' and keyword arguments '{}' not found. 0 pattern(s) tried: [] Expected results: access to pseudo folder Additional info: p[lease see linked launchpad ticket for more info