From eff940a8f102732ecabe1b23fd8a01bf5c0ebb28 Mon Sep 17 00:00:00 2001 From: Tal Gitelman Date: Wed, 1 Nov 2017 14:40:02 +0200 Subject: VoltE fix - latest VNF's Change-Id: I26f9117ca4aafdf46832fdd6d6349e07d8a6368f Issue-ID: SDC-410 Signed-off-by: Tal Gitelman --- .../src/main/resources/scripts/import/tosca/importNormativeTypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catalog-be/src/main/resources/scripts/import') diff --git a/catalog-be/src/main/resources/scripts/import/tosca/importNormativeTypes.py b/catalog-be/src/main/resources/scripts/import/tosca/importNormativeTypes.py index d47c0b8073..1f523858b6 100644 --- a/catalog-be/src/main/resources/scripts/import/tosca/importNormativeTypes.py +++ b/catalog-be/src/main/resources/scripts/import/tosca/importNormativeTypes.py @@ -84,7 +84,7 @@ def usage(): def importNormativeTypes(beHost, bePort, adminUser, fileDir, updateversion): - normativeTypes = [ "root", "compute", "softwareComponent", "webServer", "webApplication", "DBMS", "database", "objectStorage", "blockStorage", "containerRuntime", "containerApplication", "loadBalancer", "port", "network"] + normativeTypes = [ "root", "compute", "softwareComponent", "webServer", "webApplication", "DBMS", "database", "objectStorage", "blockStorage", "containerRuntime", "containerApplication", "loadBalancer", "port", "network", "allottedResource"] #normativeTypes = [ "root" ] responseCodes = [200, 201] -- cgit 1.2.3-korg