rally-openstack/samples/tasks/scenarios/nova/boot-server-attach-created-volume-and-live-migrate.json
Marian Krcmarik a0089a957c Add scenarios for live migration of an instance with volumes
* Add scenario for booting an instance from volume and then
  live migrating it.
* Add scenario for booting an instance from image, attaching
  a volume and then live migrating it.
* Add unit tests and conf files for new scenarios.

Change-Id: I96d6ddc623e5274bdccedadf7e3a68bd7d3733ee
2015-03-05 16:23:46 +01: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.nano"
}
},
"runner": {
"type": "constant",
"times": 5,
"concurrency": 1
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
}
}
}
]
}