Merge "Add quotas for netcreate_nova_boot_test_metadata"
This commit is contained in:
@@ -25,6 +25,17 @@
|
|||||||
tenants: 3
|
tenants: 3
|
||||||
users_per_tenant: 2
|
users_per_tenant: 2
|
||||||
network: {}
|
network: {}
|
||||||
|
quotas:
|
||||||
|
neutron:
|
||||||
|
network: -1
|
||||||
|
port: -1
|
||||||
|
router: -1
|
||||||
|
subnet: -1
|
||||||
|
floatingip: -1
|
||||||
|
nova:
|
||||||
|
instances: -1
|
||||||
|
cores: -1
|
||||||
|
ram: -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}}
|
||||||
|
|||||||
Reference in New Issue
Block a user