Increase persistent tenant quotas
This commit is contained in:
parent
a9b6764b8f
commit
2cef77c7f3
1 changed files with 1 additions and 1 deletions
|
@ -1139,5 +1139,5 @@
|
|||
always_run: true
|
||||
changed_when: false
|
||||
register: TENANT_ID
|
||||
- shell: source /root/keystonerc_admin && nova quota-update --instances 20 --cores 40 --ram 102200 --security-groups 20 {{ TENANT_ID.stdout }}
|
||||
- shell: source /root/keystonerc_admin && nova quota-update --instances 30 --cores 80 --ram 102200 --security-groups 20 {{ TENANT_ID.stdout }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue