rally-openstack/samples/tasks/scenarios/nova/boot-server-attach-created-volume-and-live-migrate.json
Fei Long Wang b88257be72 Fix flavor issues in samples
Change all absent flavors to existing in gates jobs. To allow
functional testing of samples in gate.

Change-Id: Ic88da1d00b6d47e5251623a25dd4ef8fa5682084
2015-05-08 17:07:25 +03:00

28 lines
679 B
JSON

{
"NovaServers.boot_server_attach_created_volume_and_live_migrate": [
{
"args": {
"size": 10,
"block_migration": false,
"image": {
"name": "^cirros.*uec$"
},
"flavor": {
"name": "m1.tiny"
}
},
"runner": {
"type": "constant",
"times": 5,
"concurrency": 1
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
}
}
}
]
}