Reviewed: https://review.openstack.org/324095 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=c704623cceb2122814a6933d9aac47a845ef9bf9 Submitter: Jenkins Branch: master
commit c704623cceb2122814a6933d9aac47a845ef9bf9 Author: Ankur Gupta <[email protected]> Date: Wed Jun 1 15:22:34 2016 -0500 Add Try/Exception to Extension Supported call in Ports The port form makes 2 Neutron api calls ('is_extension_supported') without proper exception handling. Placed each call within try/except block. For admin and project dashboards. Potential solution posed by itxakaserrano is to make the actual Neutron api call try/catch with logging and return the Exception if raised. Change-Id: I357175e4be43b09dfa74ffe8a1d2c8c7ea49ce93 Closes-Bug: #1434116 ** 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/1434116 Title: Add missing try/except to extension_supported call in Ports Status in OpenStack Dashboard (Horizon): Fix Released Bug description: The Ports forms make Neutron api calls ('is_extension_supported') without proper Exception handling To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1434116/+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

