Chris St. Pierre 76f743d130 Add Nova scenario to boot multiple servers in one request
The performance profile of, e.g., creating 10 VMs in a single request
is often very, very different from creating 10 VMs in 10 requests, and
the difference only grows with the number of VMs. This adds a scenario
to boot an arbitrary number of servers with a single request, which
can be compared to boot_and_delete_server, which boots them one server
per request.

Change-Id: I8cb5d6a4f27cce228b83d6a869ed75c505dd6626
2015-06-03 13:22:54 -05:00
..
2015-05-08 17:07:25 +03:00
2015-05-08 17:07:25 +03:00
2015-02-06 16:56:53 +04:00
2015-04-01 16:31:43 +03:00
2015-04-28 17:12:37 +00:00
2015-05-08 17:07:25 +03:00
2015-04-20 14:02:43 +05:30

Scenarios Configuration Samples

This directory contains task scenarios conficuration samples. To successfully start this samples you may need to substitute some values from "args" section to actual values for your deployment.

Samples here are presented with constant runner. To see samples of using other runners, go to samples/tasks/runners.