Add quotas for netcreate_nova_boot_test_metadata
The netcreate_nova_boot_test_metadata scenario doesn't have quotas defined, due to which it fails at scale. This patch adds quotas for the netcreate_nova_boot_test_metadata scenario. Change-Id: I572862b5c18c9a0b16b155c57f50fe063389573f
This commit is contained in:
parent
972835d4e0
commit
4102d717d2
@ -25,6 +25,17 @@
|
||||
tenants: 3
|
||||
users_per_tenant: 2
|
||||
network: {}
|
||||
quotas:
|
||||
neutron:
|
||||
network: -1
|
||||
port: -1
|
||||
router: -1
|
||||
subnet: -1
|
||||
floatingip: -1
|
||||
nova:
|
||||
instances: -1
|
||||
cores: -1
|
||||
ram: -1
|
||||
sla:
|
||||
max_avg_duration: {{sla_max_avg_duration}}
|
||||
max_seconds_per_iteration: {{sla_max_seconds}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user