Comment 4 for bug 937379

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

Reviewed: https://review.openstack.org/4847
Committed: http://github.com/openstack/python-quantumclient/commit/36fd3ac6c12b3b786c5a7d8fa958b523a7af111c
Submitter: Jenkins
Branch: master

commit 36fd3ac6c12b3b786c5a7d8fa958b523a7af111c
Author: Maru Newby <email address hidden>
Date: Fri Mar 2 15:44:51 2012 -0800

    Add retry support to the quantum client.

     * Based on the retry support in nova's melange_connection
       and glance
     * Retry configuration is defined during Client instantiation and
       only applied to idempotent GET requests
     * Updated all api methods to call http method helpers (delete/get/post/put)
       rather than do_request to ensure consistent behavoir for a given http
       method.
     * Fixed bug in quantum.common.exceptions.QuantumClientException that
       was unnecessarily overriding class's 'message' attribute.
     * Resolves bug 937379

    Change-Id: Iab4e2ccf97937502ee0df58dba1e2dca30a36df8