Merge "added quota limits to cinder scenarios"

This commit is contained in:
Zuul 2022-02-21 15:10:31 +00:00 committed by Gerrit Code Review
commit 8a3f884e6a
2 changed files with 8 additions and 0 deletions

View File

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

View File

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