From 668d453cdd4152b3d9ae0245076d5fc5c7bc1ef3 Mon Sep 17 00:00:00 2001 From: anish-mudaraddi Date: Wed, 1 May 2024 15:46:49 +0100 Subject: [PATCH] BUG: increase default quota for external rules --- actions/workflows/project.create.external.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/actions/workflows/project.create.external.yaml b/actions/workflows/project.create.external.yaml index 10f2f5032..35ee83ddb 100644 --- a/actions/workflows/project.create.external.yaml +++ b/actions/workflows/project.create.external.yaml @@ -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: