Merge "Add quotas for netcreate_nova_boot_test_metadata"

This commit is contained in:
Zuul
2022-02-08 06:26:50 +00:00
committed by Gerrit Code Review

View File

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