1971424ca1
This scenario lets a user boot a new VM and then rebuild it, potentially with a different image. Change-Id: Ib2f0117a990ee371710e09a82df0160624d38358
29 lines
699 B
JSON
29 lines
699 B
JSON
{
|
|
"NovaServers.boot_and_rebuild_server": [
|
|
{
|
|
"args": {
|
|
"flavor": {
|
|
"name": "m1.nano"
|
|
},
|
|
"from_image": {
|
|
"name": "cirros-0.3.1-x86_64-uec"
|
|
},
|
|
"to_image": {
|
|
"name": "cirros-0.3.2-x86_64-uec"
|
|
}
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 5,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|