add 25 cores to persistent
This commit is contained in:
parent
54049859ce
commit
7afb60a8c4
1 changed files with 1 additions and 1 deletions
|
@ -1278,7 +1278,7 @@
|
|||
check_mode: no
|
||||
changed_when: false
|
||||
register: TENANT_ID
|
||||
- shell: source /root/keystonerc_admin && nova quota-update --instances 60 --cores 150 --ram 288300 --security-groups 20 {{ TENANT_ID.stdout }}
|
||||
- shell: source /root/keystonerc_admin && nova quota-update --instances 60 --cores 175 --ram 288300 --security-groups 20 {{ TENANT_ID.stdout }}
|
||||
|
||||
# Transient quota
|
||||
- shell: source /root/keystonerc_admin && keystone tenant-list | grep 'transient ' | awk '{print $2}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue