diff --git a/releasenotes/notes/fix-storm-scenario-template-2d28644c9fd2ec06.yaml b/releasenotes/notes/fix-storm-scenario-template-2d28644c9fd2ec06.yaml new file mode 100644 index 00000000..b4080ea5 --- /dev/null +++ b/releasenotes/notes/fix-storm-scenario-template-2d28644c9fd2ec06.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Fix the test template for storm 1.2. diff --git a/sahara_tests/scenario/defaults/rocky/storm-1.2.0.yaml.mako b/sahara_tests/scenario/defaults/rocky/storm-1.2.0.yaml.mako index 23eb7ae8..bbcd7a88 100644 --- a/sahara_tests/scenario/defaults/rocky/storm-1.2.0.yaml.mako +++ b/sahara_tests/scenario/defaults/rocky/storm-1.2.0.yaml.mako @@ -2,7 +2,7 @@ clusters: - plugin_name: storm - plugin_version: 1.2.0 + plugin_version: '1.2' image: ${storm_120_image} node_group_templates: - name: master diff --git a/sahara_tests/scenario/defaults/storm-1.2.0.yaml.mako b/sahara_tests/scenario/defaults/storm-1.2.0.yaml.mako index 23eb7ae8..bbcd7a88 100644 --- a/sahara_tests/scenario/defaults/storm-1.2.0.yaml.mako +++ b/sahara_tests/scenario/defaults/storm-1.2.0.yaml.mako @@ -2,7 +2,7 @@ clusters: - plugin_name: storm - plugin_version: 1.2.0 + plugin_version: '1.2' image: ${storm_120_image} node_group_templates: - name: master