aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Templates/config-assign-pnf-mapping.json
blob: 85533abc59e143c9d2706127bf8753d3da2192ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- QUESTION:
     when using dictionary-source as capability, what else needs to be defined?
     because odl_host will come from the application.properties entry -->
[
  {
    "name": "odl_host",
    "input-param": true,
    "property": {
      "type": "string"
    },
    "dictionary-name": "odl_host",
    "dictionary-source": "capability",
    "dependencies": [
    ]
  }
]