Increase persistent tenant quotas

This commit is contained in:
Kevin Fenzi 2015-07-07 15:59:16 +00:00
parent a9b6764b8f
commit 2cef77c7f3

View file

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