up transient memory to 150GB

This commit is contained in:
Kevin Fenzi 2016-12-14 18:29:53 +00:00
parent 1ff38f09b7
commit 19d85c27e9

View file

@ -1236,5 +1236,5 @@
check_mode: no
changed_when: false
register: TENANT_ID
- shell: source /root/keystonerc_admin && nova quota-update --instances 30 --cores 60 --ram 102400 --security-groups 20 {{ TENANT_ID.stdout }}
- shell: source /root/keystonerc_admin && nova quota-update --instances 30 --cores 60 --ram 153600 --security-groups 20 {{ TENANT_ID.stdout }}