Skip to content

Commit

Permalink
BUG: increase default quota for external rules
Browse files Browse the repository at this point in the history
  • Loading branch information
anish-mudaraddi committed May 1, 2024
1 parent 70fffc1 commit 668d453
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions actions/workflows/project.create.external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,15 @@ tasks:
action: stackstorm_openstack.security.group.list
cloud_account=<% ctx().cloud_account %>
project_identifier=<% ctx().project_uuid %>
next:
- when: <% succeeded() %>
do:
- set_default_quota

set_default_quota:
action: stackstorm_openstack.quota.set
project_identifier=<% ctx().project_uuid %>
num_security_group_rules=200
next:
- when: <% succeeded() %>
do:
Expand Down

0 comments on commit 668d453

Please sign in to comment.