Files
rally-openstack/samples/tasks/scenarios/neutron/create-and-show-routers.json
maxinjian b44c93b7f6 Add NeutronNetworks.create_and_show_routers
Create a network, a given number of subnets and routers
and then show all routers.

Change-Id: I976875f585eaaf4b150eb9d9f942595badaeda77
2017-05-08 09:22:12 -04:00

30 lines
751 B
JSON

{
"NeutronNetworks.create_and_show_routers": [
{
"args": {
"subnet_cidr_start": "1.1.0.0/30",
"subnets_per_network": 2
},
"runner": {
"type": "constant",
"times": 4,
"concurrency": 2
},
"context": {
"network": {},
"users": {
"tenants": 2,
"users_per_tenant": 2
},
"quotas": {
"neutron": {
"network": -1,
"subnet": -1,
"router": -1
}
}
}
}
]
}