Comment 3 for bug 1535215

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/272077
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=fb8bedc3754ec5b10f3026b0f0f7afefd94e6a3a
Submitter: Jenkins
Branch: master

commit fb8bedc3754ec5b10f3026b0f0f7afefd94e6a3a
Author: Itxaka <email address hidden>
Date: Mon Jan 25 13:50:01 2016 +0100

    fix ClientException call

    We were calling cinder.ClientException even when the import
    had changed to be cinder.cinder_exception.ClientException
    Adds 3 tests for the methods calling that exception so
    failures will be tested as well.

    Co-Authored-By: zhurong <email address hidden>
    Change-Id: I8c415eb8ef847f6dc34fa56fca3181560ead366b
    Closes-Bug: #1537713
    Closes-Bug: #1535215