commit | 20f43ed1ba80ee44a74193031b85d4c8cd5130e5 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Tue Aug 05 00:33:42 2014 +0000 |
committer | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Tue Aug 05 01:49:48 2014 +0000 |
tree | 8e8b7e3fb6515e878d5e67f631beb480fc3d53d5 | |
parent | aab00d410a0f89c273a37f5e9828ff1c4daf5a24 [diff] |
Allow out of quota failure status code to be 413 or 403 The commit I2bb8a60ef254afbfed514cfeebe75355d0de4475 tries to change error codes of quota-out to suitable ones (HTTPForbidden). We need to allow both HTTP413 and HTTP403 because branchless Tempest needs to support both master and icehouse/stable branches. Change-Id: I4a867ba9ffa43801bb05ce1d33687cb5b9a3e0fb Related-Bug: #1298131