Merge "added quota limits to cinder scenarios"
This commit is contained in:
commit
8a3f884e6a
@ -16,6 +16,10 @@
|
|||||||
users:
|
users:
|
||||||
tenants: 10
|
tenants: 10
|
||||||
users_per_tenant: 20
|
users_per_tenant: 20
|
||||||
|
quotas:
|
||||||
|
cinder:
|
||||||
|
gigabytes: -1
|
||||||
|
volumes: -1
|
||||||
sla:
|
sla:
|
||||||
max_avg_duration: {{ sla_max_avg_duration }}
|
max_avg_duration: {{ sla_max_avg_duration }}
|
||||||
max_seconds_per_iteration: {{ sla_max_seconds }}
|
max_seconds_per_iteration: {{ sla_max_seconds }}
|
||||||
|
@ -18,6 +18,10 @@
|
|||||||
users:
|
users:
|
||||||
tenants: 10
|
tenants: 10
|
||||||
users_per_tenant: 20
|
users_per_tenant: 20
|
||||||
|
quotas:
|
||||||
|
cinder:
|
||||||
|
gigabytes: -1
|
||||||
|
volumes: -1
|
||||||
sla:
|
sla:
|
||||||
max_avg_duration: {{ sla_max_avg_duration }}
|
max_avg_duration: {{ sla_max_avg_duration }}
|
||||||
max_seconds_per_iteration: {{ sla_max_seconds }}
|
max_seconds_per_iteration: {{ sla_max_seconds }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user