Add quotation marks

Update constant to "constant",so it will work well.

Change-Id: I62aa93892fc53e78da52b1d391aa2e58022b449a
This commit is contained in:
xuchao 2015-11-09 11:34:04 +08:00
parent 961392b961
commit 42138277ce
6 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ NovaServers.boot_and_live_migrate_server:
name: "^cirros.*uec$" name: "^cirros.*uec$"
block_migration: true block_migration: true
runner: runner:
type: constant type: "constant"
times: 10 times: 10
concurrency: 2 concurrency: 2
context: context:

View File

@ -8,7 +8,7 @@ NovaServers.boot_and_live_migrate_server:
name: "^cirros.*uec$" name: "^cirros.*uec$"
block_migration: false block_migration: false
runner: runner:
type: constant type: "constant"
times: 10 times: 10
concurrency: 2 concurrency: 2
context: context:

View File

@ -7,7 +7,7 @@ NovaServers.boot_and_migrate_server:
image: image:
name: "^cirros.*uec$" name: "^cirros.*uec$"
runner: runner:
type: constant type: "constant"
times: 10 times: 10
concurrency: 2 concurrency: 2
context: context:

View File

@ -9,7 +9,7 @@ NovaServers.boot_and_rebuild_server:
to_image: to_image:
name: "^cirros.*uec$" name: "^cirros.*uec$"
runner: runner:
type: constant type: "constant"
times: 5 times: 5
concurrency: 2 concurrency: 2
context: context:

View File

@ -9,7 +9,7 @@ NovaServers.boot_server_attach_created_volume_and_live_migrate:
size: 10 size: 10
block_migration: false block_migration: false
runner: runner:
type: constant type: "constant"
times: 5 times: 5
concurrency: 1 concurrency: 1
context: context:

View File

@ -10,7 +10,7 @@ NovaServers.boot_server_from_volume_and_live_migrate:
volume_size: 10 volume_size: 10
force_delete: false force_delete: false
runner: runner:
type: constant type: "constant"
times: 10 times: 10
concurrency: 2 concurrency: 2
context: context: