diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2017-11-01 14:40:02 +0200 |
---|---|---|
committer | Tal Gitelman <tg851x@intl.att.com> | 2017-11-01 14:40:02 +0200 |
commit | eff940a8f102732ecabe1b23fd8a01bf5c0ebb28 (patch) | |
tree | 5662ca7823d80f8fa4677fcb99173b934e75b91a /catalog-be/src/main/resources | |
parent | e0187c530a8244f68d7afa63037c76bb10dce201 (diff) |
VoltE fix - latest VNF's
Change-Id: I26f9117ca4aafdf46832fdd6d6349e07d8a6368f
Issue-ID: SDC-410
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'catalog-be/src/main/resources')
-rw-r--r-- | catalog-be/src/main/resources/scripts/import/tosca/importNormativeTypes.py | 2 |
1 files changed, 1 insertions, 1 deletions
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] |