diff options
author | Dan Timoney <dtimoney@att.com> | 2019-09-17 16:40:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-17 16:40:25 +0000 |
commit | c3e83f716d573b0e6ab198b3feda8cf002394d2b (patch) | |
tree | e487a58bc5ecb559e7c20021464ce65d2616030e /components/model-catalog | |
parent | 32c5d312aaf018071276488edd8949fbf593570e (diff) | |
parent | 64a0fa976e52e0347b634da6766385f5eb6fd643 (diff) |
Merge "Golden config-assign fails to resolve golden-vf-module-type"
Diffstat (limited to 'components/model-catalog')
-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" |