Reviewed: https://review.openstack.org/452380 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=18267614e65910fc00e8b400f6ddf30cf7dcda2b Submitter: Jenkins Branch: master
commit 18267614e65910fc00e8b400f6ddf30cf7dcda2b Author: wei.ying <[email protected]> Date: Sat Apr 1 12:32:14 2017 +0800 Fix volume redirect url error There is an error in path of admin snapshot. This patch corrects the redirect url. Change-Id: I5dbc055a61290fbdd177a716e6df93efce412d4d Closes-Bug: 1678361 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1678361 Title: Admin snapshots page has an exception Status in OpenStack Dashboard (Horizon): Fix Released Bug description: Env: devstack master branch If snapshots list is not empty and redirect to admin snapshots panel,it will throws an exception. Exception info: NoReverseMatch at /admin/snapshots/ u'volumes' is not a registered namespace inside 'horizon:admin:volumes' Request Method: GET Request URL: http://192.168.122.210/dashboard/admin/snapshots/ Django Version: 1.8.17 Exception Type: NoReverseMatch Exception Value: u'volumes' is not a registered namespace inside 'horizon:admin:volumes' Exception Location: /usr/local/lib/python2.7/dist-packages/django/core/urlresolvers.py in reverse, line 571 Python Executable: /usr/bin/python Python Version: 2.7.12 Python Path: ['/opt/stack/horizon', '/opt/stack/horizon', '/opt/stack/keystone', '/opt/stack/glance', '/opt/stack/cinder', '/opt/stack/neutron', '/opt/stack/nova', '/opt/stack/horizon', '/opt/stack/tempest', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-x86_64-linux-gnu', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages', '/opt/stack/horizon/openstack_dashboard'] Server time: Sat, 1 Apr 2017 04:07:02 +0000 To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1678361/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

