diff options
author | Dan Timoney <dtimoney@att.com> | 2019-09-17 16:41:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-17 16:41:04 +0000 |
commit | ce978b37b168068aa32ffcc64bddd53d3f3c9c74 (patch) | |
tree | 0845bea20616a4bd7f1fbce5e53f9d0e7ea0749e | |
parent | 9c27bc0773530fdcc2e6b6a989ac673561a6573a (diff) | |
parent | 717f3eaf298d3683213da6424a6cbe1730a42713 (diff) |
Merge "Golden config-assign fails to resolve golden-vf-module-type" into elalto
-rw-r--r-- | components/model-catalog/blueprint-model/test-blueprint/golden/Templates/vfw-interface-mapping.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/model-catalog/blueprint-model/test-blueprint/golden/Templates/vfw-interface-mapping.json b/components/model-catalog/blueprint-model/test-blueprint/golden/Templates/vfw-interface-mapping.json index d38f4185d..ea2efe888 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/golden/Templates/vfw-interface-mapping.json +++ b/components/model-catalog/blueprint-model/test-blueprint/golden/Templates/vfw-interface-mapping.json @@ -7,7 +7,7 @@ "dictionary-name": "interface-description", "dictionary-source": "capability", "dependencies": [ - "golden-vf-module-type" + "vf-module-type" ] }, { "name": "interface-name", @@ -44,7 +44,7 @@ ] }, { - "name": "golden-vf-module-type", + "name": "vf-module-type", "input-param": true, "property": { "type": "string" |