Comment 3 for bug 920812

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

Reviewed: https://review.openstack.org/3341
Committed: http://github.com/openstack/tempest/commit/9b04384ac9f3ce87444eafccbb63444911d5a87a
Submitter: Jenkins
Branch: master

commit 9b04384ac9f3ce87444eafccbb63444911d5a87a
Author: Jay Pipes <email address hidden>
Date: Mon Jan 23 23:34:26 2012 -0500

    Fixes LP#920812 - KeyError: 'overLimit' on 413 return

    Turns out that over quota limit and over ratelimits
    return different keys in the faults. This patch adds
    a new exception for RateLimitExceeded that handles
    413 returns when there is an overLimitFault key (and
    not the overLimit key that is in the over Quota fault)

    Change-Id: I64d10cb592512e7de71c5d8518131deee516d9b2