Skip to content

[4.0] Add rate limiting for glance api (bsc#1005886)#1687

Merged
JanZerebecki merged 1 commit into
crowbar:stable/4.0from
JanZerebecki:for-4.0-glane-api-rate-limit
Jun 20, 2018
Merged

[4.0] Add rate limiting for glance api (bsc#1005886)#1687
JanZerebecki merged 1 commit into
crowbar:stable/4.0from
JanZerebecki:for-4.0-glane-api-rate-limit

Conversation

@JanZerebecki

Copy link
Copy Markdown
Contributor

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 #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
return a, d
end

def downgrade(ta, td, a, d)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naming/UncommunicativeMethodParamName: Method parameter must be at least 3 characters long.

@@ -0,0 +1,9 @@
def upgrade(ta, td, a, d)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naming/UncommunicativeMethodParamName: Method parameter must be at least 3 characters long.

@JanZerebecki JanZerebecki merged commit e87e944 into crowbar:stable/4.0 Jun 20, 2018
@JanZerebecki JanZerebecki deleted the for-4.0-glane-api-rate-limit branch June 20, 2018 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

4 participants