rally/samples/tasks/scenarios/ec2/list-servers.yaml
Wataru Takase 5161304261 Add EC2 api scenario that list all servers
Change-Id: I1259f22868d13016971eb0b758a1052de213cf6d
2015-08-13 00:03:42 +09:00

18 lines
347 B
YAML

---
EC2Servers.list_servers:
-
runner:
type: "constant"
times: 1
concurrency: 1
context:
users:
tenants: 1
users_per_tenant: 1
ec2_servers:
flavor:
name: "m1.tiny"
image:
name: "^cirros.*uec$"
servers_per_tenant: 2