Added methods for creating nova floating IPs by range and configuration files for these operations. Change-Id: I7f94b0d484fe3580f017b09ba90fb4b175b6655d
15 lines
274 B
YAML
15 lines
274 B
YAML
---
|
|
NovaFloatingIpsBulk.create_and_list_floating_ips_bulk:
|
|
-
|
|
args:
|
|
start_cidr: "10.2.0.0/24"
|
|
runner:
|
|
type: "constant"
|
|
times: 5
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 3
|
|
users_per_tenant: 2
|
|
|