diff options
author | 2017-11-01 13:17:18 +0000 | |
---|---|---|
committer | 2017-11-01 13:17:18 +0000 | |
commit | 56cc56687d9e8e9bec81256c1ec1caaf878e8cc8 (patch) | |
tree | eea7eb5305901c9a8b9825f7549391bdd4f2a799 /catalog-be | |
parent | 21a390ee7467c046cddb20fc7351a46cae464637 (diff) | |
parent | eff940a8f102732ecabe1b23fd8a01bf5c0ebb28 (diff) |
Merge "VoltE fix - latest VNF's" into release-1.1.0
Diffstat (limited to 'catalog-be')
-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] |