
Nearly all of the tasks in the Neutron job and nearly all of the Neutron sample tasks had silly numbers of users and tenants, either far too many (e.g., 25 users for 10 times) or far too few (e.g., one user for 100 times). This makes them more reasonable and consistent. Change-Id: I9ab0e8580be490375a30172b3c8dc277de559961
30 lines
743 B
JSON
30 lines
743 B
JSON
{
|
|
"NeutronNetworks.create_and_update_networks": [
|
|
{
|
|
"args": {
|
|
"network_update_args": {
|
|
"admin_state_up": false,
|
|
"name": "_updated"
|
|
},
|
|
"network_create_args": {}
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 5
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 3
|
|
},
|
|
"quotas": {
|
|
"neutron": {
|
|
"network": -1
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|