Port limits extension to work in v2.1/v3 framework
Ports v2 limits extension and adapts it to the v2.1/v3 API framework. API behaviour is identical with the exception that there is no support for rate limiting since no one uses that seriously anyway. - unittest code modified to share testing with both v2/v2.1 - Adds expected error decorators for API methods Partially implements blueprint v2-on-v3-api Change-Id: I072d364f4d2a92a02801862435f11417956d2dc0
This commit is contained in:
@@ -182,6 +182,7 @@
|
||||
"compute_extension:v3:os-keypairs:show": "",
|
||||
"compute_extension:v3:os-keypairs:create": "",
|
||||
"compute_extension:v3:os-keypairs:delete": "",
|
||||
"compute_extension:v3:limits:discoverable": "",
|
||||
"compute_extension:v3:os-lock-server:discoverable": "",
|
||||
"compute_extension:v3:os-lock-server:lock": "rule:admin_or_owner",
|
||||
"compute_extension:v3:os-lock-server:unlock": "rule:admin_or_owner",
|
||||
|
||||
Reference in New Issue
Block a user