Merge "Increase services project secgroup-rules quotas when deploying Octavia"

This commit is contained in:
Zuul 2018-05-28 17:44:20 +00:00 committed by Gerrit Code Review
commit 2c83dc964b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
---
- name: increase quotas for project used for amphora
shell: |
openstack quota set --cores -1 --ram -1 --ports -1 --instances -1 --secgroups -1 {{ auth_project_name }}
openstack quota set --cores -1 --ram -1 --ports -1 --instances -1 --secgroups -1 --secgroup-rules -1 {{ auth_project_name }}