Merge "added quotas to cinder scenario"

This commit is contained in:
Zuul 2022-02-21 12:20:59 +00:00 committed by Gerrit Code Review
commit b1a9916061

View File

@ -18,6 +18,10 @@
users_per_tenant: 20
volumes:
size: {{ size }}
quotas:
cinder:
gigabytes: -1
volumes: -1
sla:
max_avg_duration: {{ sla_max_avg_duration }}
max_seconds_per_iteration: {{ sla_max_seconds }}