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