rally/samples/tasks/scenarios/neutron/create_and_update_subnets.json
Shahifali Agrawal 9f6838be8d Moving rally/doc/samples to rally/samples
Moving samples to root forlder for easy access.

Change-Id: I050c8d7580282b898be77156f65cdbce75a4dbb4
Closes-Bug: 1409836
2015-01-16 05:54:09 -08:00

34 lines
917 B
JSON

{
"NeutronNetworks.create_and_update_subnets": [
{
"args": {
"subnet_update_args": {
"enable_dhcp": false,
"name": "_subnet_updated"
},
"network_create_args": {},
"subnet_create_args": {},
"subnet_cidr_start": "1.4.0.0/16",
"subnets_per_network": 2
},
"runner": {
"type": "constant",
"times": 10,
"concurrency": 5
},
"context": {
"users": {
"tenants": 5,
"users_per_tenant": 5
},
"quotas": {
"neutron": {
"network": -1,
"subnet": -1
}
}
}
}
]
}