rally-openstack/samples/tasks/scenarios/nova/boot-and-associate-floating-ip.json
Chris St. Pierre fd77b86ad4 Add Nova scenario to boot and associate a floating IP
Change-Id: Ic02bd49e09a8b4204ad60620b1aed7e929411e2a
2015-05-04 11:00:36 -05:00

26 lines
461 B
JSON

{
"NovaServers.boot_and_associate_floating_ip": [
{
"runner": {
"type": "constant",
"concurrency": 1,
"times": 1
},
"args": {
"flavor": {
"name": "m1.tiny"
},
"image": {
"name": "cirros-0.3.2-x86_64-uec"
}
},
"context": {
"users": {
"users_per_tenant": 1,
"tenants": 1
},
"network": {}
}
}
]
}