set transient quotas to what they are already
This commit is contained in:
parent
897f2cc44a
commit
016d46a9ab
1 changed files with 1 additions and 1 deletions
|
@ -1236,5 +1236,5 @@
|
||||||
always_run: true
|
always_run: true
|
||||||
changed_when: false
|
changed_when: false
|
||||||
register: TENANT_ID
|
register: TENANT_ID
|
||||||
- shell: source /root/keystonerc_admin && nova quota-update --instances 20 --cores 40 --ram 102400 --security-groups 20 {{ TENANT_ID.stdout }}
|
- shell: source /root/keystonerc_admin && nova quota-update --instances 30 --cores 60 --ram 102400 --security-groups 20 {{ TENANT_ID.stdout }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue