From eb5a085568495aa851078fa9b2db1c663ab0e060 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Mon, 16 Oct 2017 03:10:16 +0300 Subject: update normative types add NSD and genericNutronNet Change-Id: I78784273c019dfb8837223ba390b94c0cfc3f85d Issue-ID: SDC-410 Signed-off-by: Michael Lando --- catalog-be/src/main/resources/scripts/import/tosca/importOnapTypes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'catalog-be/src/main/resources/scripts/import/tosca/importOnapTypes.py') diff --git a/catalog-be/src/main/resources/scripts/import/tosca/importOnapTypes.py b/catalog-be/src/main/resources/scripts/import/tosca/importOnapTypes.py index f91b64ed81..31c11c74bc 100644 --- a/catalog-be/src/main/resources/scripts/import/tosca/importOnapTypes.py +++ b/catalog-be/src/main/resources/scripts/import/tosca/importOnapTypes.py @@ -29,7 +29,8 @@ def importOnapTypes(beHost, bePort, adminUser, fileDir, updateversion): "vduCompute", "vduCpd", "vduVirtualStorage", - "vnfVirtualLinkDesc" + "vnfVirtualLinkDesc", + "NSD" ] responseCodes = [200, 201] -- cgit 1.2.3-korg