rally-openstack/samples/tasks/scenarios/neutron/create-and-show-network.json
zhangzhang 1f27258a8d Add neutron.CreateAndShowNetwork scenario
Create a network, then show details of the network.

Change-Id: I4d9f89e16b15d879db5941205dba4bc74e95979b
2017-01-04 06:27:19 -05:00

31 lines
712 B
JSON

{
"NeutronNetworks.create_and_show_network": [
{
"args": {
"network_create_args": {}
},
"runner": {
"type": "constant",
"times": 10,
"concurrency": 2
},
"context": {
"users": {
"tenants": 3,
"users_per_tenant": 3
},
"quotas": {
"neutron": {
"network": -1
}
}
},
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
}