diff --git a/playbooks/groups/overcloud-config.yml b/playbooks/groups/overcloud-config.yml index 037f99826a..ae423490e0 100644 --- a/playbooks/groups/overcloud-config.yml +++ b/playbooks/groups/overcloud-config.yml @@ -197,6 +197,14 @@ # Security Groups ################ + - name: "Change the quota of quotas" + os_quota: + cloud: "{{os_cloud}}" + name: "{{item}}" + security_group: 100 + security_group_rule: 100 + with_items: "{{all_projects}}" + - name: "Create 'ssh-anywhere' security group" os_security_group: cloud: "{{ os_cloud }}"