Merge "fix number of users for NeutronSubnets.delete_subnets"

This commit is contained in:
Zuul 2019-11-11 02:53:52 +00:00 committed by Gerrit Code Review
commit 6f426242c7
1 changed files with 4 additions and 4 deletions

View File

@ -248,16 +248,16 @@
-
runner:
type: "constant"
times: 15
concurrency: 15
times: {{ users_amount }}
concurrency: {{ users_amount }}
context:
{{ user_context(tenants_amount, users_amount, use_existing_users, use_round_robin) }}
{{ user_context(tenants_amount, users_amount, use_existing_users, True) }}
quotas:
neutron:
network: -1
subnet: -1
network:
subnets_per_network: 15
subnets_per_network: {{ users_amount }}
dualstack: True
router: {}