aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/org/openecomp/validation/validators/heat_validator/security_group_base_file_no_ports/input/MANIFEST.json
blob: f487bae31fcda5fe3c3ed60e07775d13e30aa338 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "hot-mog",
  "description": "HOT template to create hot mog server",
  "version": "2013-05-23",
  "data": [
    {
      "file": "baseFile.yaml",
      "type": "HEAT",
      "isBase": true
    },
    {
      "file": "notBaseFile.yaml",
      "type": "HEAT",
      "isBase": false
    }
  ]
}