Comment 2 for bug 1266239

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

Reviewed: https://review.openstack.org/65003
Committed: https://git.openstack.org/cgit/openstack/python-troveclient/commit/?id=a35d35824045f3e05d101cb759f59a691848085b
Submitter: Jenkins
Branch: master

commit a35d35824045f3e05d101cb759f59a691848085b
Author: Sushil Kumar <email address hidden>
Date: Sun Jan 5 17:45:35 2014 +0000

    Updates common.check_for_exceptions and its calls

    Reasons:
    - exceptions.from_response has 3 arguments but is being called with
      one argument less, which is url.

    Changes:
    - Updated common.check_for_exceptions to support urls as needed by
      troveclient.openstack.common.apiclient.exceptions.from_response.
    - Adds url to exceptions.from_response calls in troveclient.

    Closes-Bug: #1266239

    Change-Id: Ie18c90349479f740369f63c48a8d9b463641f84d