Increase the memory allowed for persistent tenant in new cloud.

This commit is contained in:
Kevin Fenzi 2015-07-16 20:29:40 +00:00
parent 430a1dab8f
commit faecde78cc

View file

@ -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 }}