Files
rally/samples/tasks/scenarios/neutron/create_and_delete_floating_ips.json
Kiran 5806f21ce6 Add Neutron Floating IP benchmark scenarios
* Create and list floating IPs
* Create and delete floating IPs
* Ability to obtain network-id with network-name

Change-Id: Iabd6b24fa6c1ee244b514ca90ee5d67a93443fbb
2015-09-25 17:00:16 +05:30

27 lines
648 B
JSON

{
"NeutronNetworks.create_and_delete_floating_ips": [
{
"args": {
"floating_network": "public",
"floating_ip_args": {}
},
"runner": {
"type": "constant",
"times": 10,
"concurrency": 5
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 3
},
"quotas": {
"neutron": {
"floatingip": -1
}
}
}
}
]
}