[VVP] base module is allowed to not have params
[vvp/validation-scripts.git] / ice_validator / tests / fixtures / test_heat_template_structure / pass / base.yaml
index 2737b4b..cfb4f3a 100644 (file)
 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 }