diff options
Diffstat (limited to 'ice_validator/tests/fixtures')
-rw-r--r-- | ice_validator/tests/fixtures/test_heat_template_structure/pass/base.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ice_validator/tests/fixtures/test_heat_template_structure/pass/base.yaml b/ice_validator/tests/fixtures/test_heat_template_structure/pass/base.yaml index 2737b4b..cfb4f3a 100644 --- a/ice_validator/tests/fixtures/test_heat_template_structure/pass/base.yaml +++ b/ice_validator/tests/fixtures/test_heat_template_structure/pass/base.yaml @@ -37,13 +37,3 @@ heat_template_version: 2015-04-30 description: test - -parameters: - a: - type: string - description: Name of key-pair to be used for compute instance - -outputs: - a: - description: a value - value: { get_param: a } |