mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 19:11:24 +08:00
Increase the memory allowed for persistent tenant in new cloud.
This commit is contained in:
@@ -1145,5 +1145,5 @@
|
||||
always_run: true
|
||||
changed_when: false
|
||||
register: TENANT_ID
|
||||
- shell: source /root/keystonerc_admin && nova quota-update --instances 30 --cores 80 --ram 102200 --security-groups 20 {{ TENANT_ID.stdout }}
|
||||
- shell: source /root/keystonerc_admin && nova quota-update --instances 30 --cores 80 --ram 192200 --security-groups 20 {{ TENANT_ID.stdout }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user