158e017be4
Previously, if set-quotas was called with a non-project scoped token and the all-projects flag was not set, the quotas would be updated but the result returned would always be the default quota values. This patch changes the API to require the all-projects flag when set-quota is called and the token is not project scoped. Closes-Bug: #1966128 Change-Id: I55ca76ef7c2cbeb5fdae1aed1dcbe58b7acddc34
7 lines
187 B
YAML
7 lines
187 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed an issue where set-quotas will always return the default quotas if
|
|
it was called with a non-project scoped token and the all-projects flag
|
|
was not set.
|