Reviewed: https://review.openstack.org/407568 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=1b153ca9829e877111c3deabe8b4d1729408e26d Submitter: Jenkins Branch: master
commit 1b153ca9829e877111c3deabe8b4d1729408e26d Author: Matt Borland <[email protected]> Date: Tue Dec 6 08:28:45 2016 -0700 Allow router panel to not break sidebar This patch handles an exception that is raised when the network service is not present. When unhandled, this causes the sidebar to not exist. Change-Id: Ic5a94b267158d17a145c64c75fd7bf88e98478fa Closes-Bug: 1647766 ** 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/1647766 Title: sidebar doesn't show when network service not present Status in OpenStack Dashboard (Horizon): Fix Released Bug description: In cases where the network service is not present, e.g. a Swift-only installation, it is possible that a call to list_extensions() will raise a ServiceCatalogException, which will cause the entire sidebar to fail to render. This means that the <nav id="sidebar"> included in horizon/templates/horizon/common/_sidebar.html element is not present. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1647766/+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

