underscore do not always work

This commit is contained in:
Miroslav Suchý 2015-03-09 11:58:11 +00:00
parent 22cf623004
commit 00f246d967

View file

@ -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 }}