Add rate limiting for glance api (bsc#1005886)#1677
Conversation
| return a, d | ||
| end | ||
|
|
||
| def downgrade(ta, td, a, d) |
There was a problem hiding this comment.
Naming/UncommunicativeMethodParamName: Method parameter must be at least 3 characters long.
| @@ -0,0 +1,9 @@ | |||
| def upgrade(ta, td, a, d) | |||
There was a problem hiding this comment.
Naming/UncommunicativeMethodParamName: Method parameter must be at least 3 characters long.
|
I haven't checked yet, if 2 is a sane default. |
|
@JanZerebecki Why not set the default to |
Disabled by default default. It can be set to avoid filling up image related tables. Though the tables are only filled by POST requests this limit is for all request types. See https://wiki.openstack.org/wiki/OSSN/OSSN-0076 for details.
fa2d4fb to
c4c1b8e
Compare
|
Changed default to 0. |
| "crowbar-revision": 0, | ||
| "crowbar-applied": false, | ||
| "schema-revision": 201, | ||
| "schema-revision": 202, |
There was a problem hiding this comment.
I think now we need to jump to 300 as we had 100 for cloud6 and 200 for cloud8, it makes sense to start with 300 for cloud9?
Sorry for the nitpick, feel free to ignore and merge :)
There was a problem hiding this comment.
This patch will be backported to Cloud7 and there is no branch for Cloud8 yet, so lets see if can be merged before the branch is created.
Disabled by default default. It can be set to avoid filling up image related tables. Though the tables are only filled by POST requests this limit is for all request types. See https://wiki.openstack.org/wiki/OSSN/OSSN-0076 for details. (cherry picked from commit c4c1b8e) Backport of crowbar#1677
Disabled by default default. It can be set to avoid filling up image related tables. Though the tables are only filled by POST requests this limit is for all request types. See https://wiki.openstack.org/wiki/OSSN/OSSN-0076 for details. (cherry picked from commit c4c1b8e) Backport of crowbar#1677
Disabled by default default. It can be set to avoid filling up image related tables.
Though the tables are only filled by POST requests this limit is for all
request types.
See https://wiki.openstack.org/wiki/OSSN/OSSN-0076 for details.