rally-openstack/samples/tasks/scenarios/nova/shelve-and-unshelve.json
Pradeep K Surisetty a171d779d9 Add Nova shelve and unshelve scenario
This scenario covers "shelve" and "unshelve" commands

Change-Id: I326f97cba1363956820fac75c75d191b9ba91d14
2015-04-21 15:45:50 +05:30

27 lines
625 B
JSON

{
"NovaServers.shelve_and_unshelve_server": [
{
"args": {
"flavor": {
"name": "m1.nano"
},
"image": {
"name": "^cirros.*uec$"
},
"force_delete": false
},
"runner": {
"type": "constant",
"times": 10,
"concurrency": 2
},
"context": {
"users": {
"tenants": 3,
"users_per_tenant": 2
}
}
}
]
}