Reviewed: https://review.openstack.org/479477 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=4b2e5b574f3bbdf52018f7e920e26b02edf781fb Submitter: Jenkins Branch: master
commit 4b2e5b574f3bbdf52018f7e920e26b02edf781fb Author: wei.ying <[email protected]> Date: Sat Jul 1 15:33:08 2017 +0800 Correct the wrong exceptions reference in domain tables.py This patch fixes a typo when referencing exception message handle function, the correct function should use the Horizon exceptions module instead of keystoneclient. Change-Id: Iaeabf3630351f13f6881b4df489c709fa3ef092f Closes-Bug: #1701782 ** 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/1701782 Title: Use the wrong exceptions reference in domains panel Status in OpenStack Dashboard (Horizon): Fix Released Bug description: In the identity domain tables.py file, handling the message exception should use the file in horizon instead of keystoneclient. As below: https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/identity/domains/tables.py#L161 https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/identity/domains/tables.py#L201 To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1701782/+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

