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 d7f4b33
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions actions/workflows/project.create.external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ tasks:
do:
- create_network
- create_router
- set_default_quota
- allocate_floating_ips
- set_project_defaults
- wait_for_default_security_group
Expand Down Expand Up @@ -148,6 +149,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 d7f4b33

Please sign in to comment.