diff options
Diffstat (limited to 'testcases/OpenStack/rally/scenario/templates/random_strings.yaml.template')
-rw-r--r-- | testcases/OpenStack/rally/scenario/templates/random_strings.yaml.template | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testcases/OpenStack/rally/scenario/templates/random_strings.yaml.template b/testcases/OpenStack/rally/scenario/templates/random_strings.yaml.template new file mode 100644 index 00000000..2dd676c1 --- /dev/null +++ b/testcases/OpenStack/rally/scenario/templates/random_strings.yaml.template @@ -0,0 +1,13 @@ +heat_template_version: 2014-10-16 + +description: Test template for rally create-update-delete scenario + +resources: + test_string_one: + type: OS::Heat::RandomString + properties: + length: 20 + test_string_two: + type: OS::Heat::RandomString + properties: + length: 20
\ No newline at end of file |