Increase memory 1.5x for persistent tenant

This commit is contained in:
Kevin Fenzi 2015-09-26 20:29:03 +00:00
parent c054f150f3
commit 4c4f9b8cf3

View file

@ -1171,5 +1171,5 @@
always_run: true
changed_when: false
register: TENANT_ID
- shell: source /root/keystonerc_admin && nova quota-update --instances 30 --cores 100 --ram 192200 --security-groups 20 {{ TENANT_ID.stdout }}
- shell: source /root/keystonerc_admin && nova quota-update --instances 30 --cores 100 --ram 288300 --security-groups 20 {{ TENANT_ID.stdout }}