commit | 60d5ce9273577a547c3ef0ec6bc5ed641da29ba0 | [log] [tgz] |
---|---|---|
author | Chris Yeoh <cyeoh@au1.ibm.com> | Fri Jun 27 13:59:23 2014 +0930 |
committer | Chris Yeoh <cyeoh@au1.ibm.com> | Wed Jul 30 10:49:12 2014 +0930 |
tree | ff4192b95a71dc0878dce5b12f62bab3860692a7 | |
parent | 7fa54418eca558aaa11a0771065ff6c4056c9c37 [diff] |
Allow out of quota failure status code to be 413 or 403 This commit I7c179748769b8a0e2cc2e476ebefe33449f6f304 changes the error code for when a request fails due to quota exhaustion from 413 to 403. The corresponding tempest tests now allow both 413 and 403 as an acceptable error code to fit into the new branchless tempest model. Change-Id: Ia7906d9036d760fc51cd36639bde721e5782a36d Related-bug: #1334903