Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Quota API is now compatible with keystone API v2
Before, the quota API used to fail to perform calls with specified keystone API v2, because the keystone client used in code was set to v3 and all quota operations used to assume that the user would use only keystone API v3. Now, we use the generic client, which discovers the version of the keystone API, so depending on that, the quota API can perform appropriate operations. Change-Id: I32595a37a9fe74ede77c92f76e0865f4c9371f65 Closes-Bug: 1517043 (cherry picked from commit ffd32c7)
- Loading branch information
Showing
2 changed files
with
73 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters