Add note about volumes quota not being settable there.

This commit is contained in:
Kevin Fenzi 2015-07-21 17:29:44 +00:00
parent 0607252e32
commit f836b82390

View file

@ -1142,6 +1142,10 @@
register: TENANT_ID
- shell: source /root/keystonerc_admin && nova quota-update --instances 40 --cores 80 --ram 300000 --floating-ips 10 --security-groups 20 {{ TENANT_ID.stdout }}
#
# Note that we set manually the amount of volumes for this tenant to 20 in the web interface.
# nova quota-update cannot do so.
#
- shell: source /root/keystonerc_admin && keystone tenant-list | grep 'persistent ' | awk '{print $2}'
always_run: true
changed_when: false