Increase the memory allowed for persistent tenant in new cloud.
This commit is contained in:
parent
430a1dab8f
commit
faecde78cc
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue