rally-openstack/samples/tasks/scenarios/nova/boot-and-block-migrate.json
Mike Durnosvistov 1bf8e551a2 Add sample for the server block migration scenario
Added a sample block migration for an already existing 
live migration scenario.

Change-Id: I7438358052c2408f1447d816a5603605131aee8d
2015-04-22 12:02:23 +00:00

27 lines
628 B
JSON

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