underscore do not always work
This commit is contained in:
parent
22cf623004
commit
00f246d967
1 changed files with 1 additions and 1 deletions
|
@ -896,6 +896,6 @@
|
||||||
# default is 10 instances, 20 cores, 51200 RAM, 10 floating IPs
|
# default is 10 instances, 20 cores, 51200 RAM, 10 floating IPs
|
||||||
- shell: source /root/keystonerc_admin && keystone tenant-list | grep 'copr' | awk '{print $2}'
|
- shell: source /root/keystonerc_admin && keystone tenant-list | grep 'copr' | awk '{print $2}'
|
||||||
register: TENANT_ID
|
register: TENANT_ID
|
||||||
- shell: source /root/keystonerc_admin && nova quota-update --instances 40 --cores 80 --ram 512000 --floating_ips 40 {{ TENANT_ID.stdout }}
|
- shell: source /root/keystonerc_admin && nova quota-update --instances 40 --cores 80 --ram 512000 --floating-ips 40 {{ TENANT_ID.stdout }}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue