diff options
author | Victor Morales <victor.morales@intel.com> | 2019-01-25 20:08:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-25 20:08:08 +0000 |
commit | 5c4e91705457dc4bdb5526e6f5210fa879ab659d (patch) | |
tree | 6fa26cf610af7e462a93d8ebf0e2f3c933ffac88 /src/k8splugin/mock_files | |
parent | 1adeeb1f5512c2d4c90158ce1f1963a99bbf9033 (diff) | |
parent | 5a509f45600d443c1ca087706d4609607cebe537 (diff) |
Merge "Add another parameter to the definition"
Diffstat (limited to 'src/k8splugin/mock_files')
-rw-r--r-- | src/k8splugin/mock_files/mock_json/create_rbdefinition.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/k8splugin/mock_files/mock_json/create_rbdefinition.json b/src/k8splugin/mock_files/mock_json/create_rbdefinition.json index 994afdf8..370c3c79 100644 --- a/src/k8splugin/mock_files/mock_json/create_rbdefinition.json +++ b/src/k8splugin/mock_files/mock_json/create_rbdefinition.json @@ -1,6 +1,7 @@ { + "uuid": "7eb09e38-4363-9942-1234-3beb2e95fd85", "name": "test-rbdef", + "chart-name": "testchart", "description": "testing resource bundle definition api", - "uuid": "7eb09e38-4363-9942-1234-3beb2e95fd85", "service-type": "firewall" }
\ No newline at end of file |