Increase transient quota

This commit is contained in:
Kevin Fenzi 2016-05-27 01:59:24 +00:00
parent 7ff3fe1bc8
commit 9a63552b76

View file

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