Files
rally/samples/tasks/scenarios/neutron/create_and_update_vips.yaml
Kiran 0fa9a4eadc Add Neutron Loadbalancer v1 create and update vips
Enable benchmarking of the Neutron LoadBalancer v1
lb-vip-create and lb-vip-update APIs. Due to the
different API scheme and confusing naming conventions
in Neutron (LB is v1 API and LBaaS for v2 API) the
appropriate code is explicitly marked with 'v1'
since this only implements the API v1 benchmarking.

Change-Id: I0b458044891a0931eea99785d088f0851650c3d6
2015-09-09 23:26:50 +05:30

22 lines
432 B
YAML

---
NeutronLoadbalancerV1.create_and_update_vips:
-
args:
vip_create_args: {}
vip_update_args: {}
runner:
type: "constant"
times: 100
concurrency: 10
context:
users:
tenants: 1
users_per_tenant: 1
network: {}
quotas:
neutron:
network: -1
subnet: -1
pool: -1
vip: -1