Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1094783

Summary: Horizon error on accessing pseudo-folder
Product: Red Hat OpenStack Reporter: Lukas Bezdicka <lbezdick>
Component: python-django-horizonAssignee: Lukas Bezdicka <lbezdick>
Status: CLOSED ERRATA QA Contact: Amit Ugol <augol>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: aortega, augol, jpichon, lbezdick, mrunge, yeylon
Target Milestone: rcKeywords: 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:
Description Flags
partial-horizon-log none

Description Lukas Bezdicka 2014-05-06 13:34:56 UTC
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

Comment 2 Matthias Runge 2014-05-08 13:20:14 UTC
should be set to post, when the fix was merged into the Icehouse source tree, which is not the case (yet).

Comment 4 Amit Ugol 2014-06-18 08:59:10 UTC
Created attachment 909890 [details]
partial-horizon-log

Comment 5 Amit Ugol 2014-06-18 09:01:19 UTC
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.

Comment 6 Amit Ugol 2014-06-18 09:02:13 UTC
Forgot to mention, tested on python-django-horizon-2014.1-7.el7ost.noarch

Comment 10 errata-xmlrpc 2014-07-08 15:42:07 UTC
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

Comment 11 Lukas Bezdicka 2014-07-16 11:02:05 UTC
removing folder is different issue