diff options
Diffstat (limited to 'rally-scenarios/heat-fakevirt.yaml')
-rw-r--r-- | rally-scenarios/heat-fakevirt.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rally-scenarios/heat-fakevirt.yaml b/rally-scenarios/heat-fakevirt.yaml index 41b8ef411..420b13793 100644 --- a/rally-scenarios/heat-fakevirt.yaml +++ b/rally-scenarios/heat-fakevirt.yaml @@ -1,6 +1,8 @@ --- HeatStacks.create_and_list_stack: - + args: + template_path: "~/.rally/extra/default.yaml" runner: type: "constant" times: 2000 @@ -12,6 +14,8 @@ HeatStacks.create_and_delete_stack: - + args: + template_path: "~/.rally/extra/default.yaml" runner: type: "constant" times: 200 |