yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #15111
[Bug 1216467] Re: The default limits for v2 and v3 should be different
The patch was merged 9/2/13 but launchpad wasn't updated.
** Changed in: nova
Status: In Progress => Fix Released
** Tags added: api
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1216467
Title:
The default limits for v2 and v3 should be different
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
The default limits is good for v2:
DEFAULT_LIMITS = [
Limit("POST", "*", ".*", 120, utils.TIME_UNITS['MINUTE']),
Limit("POST", "*/servers", "^/servers", 120, utils.TIME_UNITS['MINUTE']),
Limit("PUT", "*", ".*", 120, utils.TIME_UNITS['MINUTE']),
Limit("GET", "*changes-since*", ".*changes-since.*", 120,
utils.TIME_UNITS['MINUTE']),
Limit("DELETE", "*", ".*", 120, utils.TIME_UNITS['MINUTE']),
Limit("GET", "*/os-fping", "^/os-fping", 12, utils.TIME_UNITS['MINUTE']),
]
But there are something different with v3:
os-fping was delete from v3
And 'change-since' should be 'change_since'
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1216467/+subscriptions