Bump persistent tenant up to 100 vcps

This commit is contained in:
Kevin Fenzi 2015-08-25 16:23:25 +00:00
parent 383e8f594a
commit e72c6dda37

View file

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