added quota limits to cinder scenarios

Change-Id: Ie8f94cdcfb038bc2efa4ed410022e5bac9a07637
This commit is contained in:
rajeshP524 2022-02-21 18:41:37 +05:30
parent e043181084
commit 0f64a144c8
3 changed files with 12 additions and 0 deletions

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

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