1258888597
This boots a server, then the server is updated with the new name and description. Change-Id: Ibfd3e8e5cd92ee20ba329cb0460e086edec18aeb
18 lines
371 B
YAML
18 lines
371 B
YAML
{% set flavor_name = flavor_name or "m1.tiny" %}
|
|
---
|
|
NovaServers.boot_and_update_server:
|
|
-
|
|
args:
|
|
flavor:
|
|
name: "{{flavor_name}}"
|
|
image:
|
|
name: "^cirros.*uec$"
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 3
|
|
users_per_tenant: 2
|