rally-openstack/samples/tasks/contexts/loadbalancers.json
Nir Magnezi ef98859628 Port CreateAndListLoadbalancers for Octavia
Ia7a83ebe37a49e58400620b7ed3dedac209664f8 added Octavia client support.
This patch merely ports the existing load balancer (v2) scenario
to use Octavia as an OpenStack top-level project.

The follow-up patch would be additional CRUD scenarios for load balancer
objects such as load balancer (some actions currently missing), Pools,
Health Monitors etc.

Change-Id: Ia865bbe72bfcfa9d96d7f4b628d8c2e1758d7007
(cherry picked from commit d4f5d1eacffd49fb89fab700e6eb13c9a7cdd24c)
Co-Authored-By: Chuck Short <chucks@redhat.com>
2018-10-30 09:43:58 -04:00

40 lines
877 B
JSON

{
"Dummy.openstack": [
{
"args": {
"sleep": 0.1
},
"runner": {
"type": "constant",
"times": 4,
"concurrency": 2
},
"context": {
"users": {
"tenants": 1,
"users_per_tenant": 2
},
"lbaas": {
"pool": {}
}
}
},
{
"args": {
"sleep": 0.1
},
"runner": {
"type": "constant",
"times": 4,
"concurrency": 2
},
"context": {
"users": {
"tenants": 1,
"users_per_tenant": 2
}
}
}
]
}