summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/cinderVolume/cinderVolume.json
blob: 249ee0f95917f3ce273a643998407513eb2523f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "payloadName": "cinderVolume.yml",
  "contactId": "jh0003",
  "name": "CinderVolume",
  "description": "Represents a server-local block storage device that provides persistent storage to guest virtual machines. ",
  "resourceIconPath": "objectStorage",
  "categories": [
  {
    "name": "Generic",
    "subcategories": [
      {
        "name": "Infrastructure"
      }
    ]
  }
],
  "tags": [
    "CinderVolume"
  ]
}