mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 20:53:51 +08:00
Increase persistent tenant quotas
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user