diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2017-10-22 13:29:52 +0300 |
---|---|---|
committer | Tal Gitelman <tg851x@intl.att.com> | 2017-10-22 10:32:01 +0000 |
commit | 412039b3d6c7c5a871397beb5655a78550e85074 (patch) | |
tree | 13954a30f0898c7ac034776e6681ec7666b2de66 /catalog-be/src/main/resources/scripts | |
parent | bc077839a99429fede9cb027f58a209e72f81ba6 (diff) |
VoltE fix
Change-Id: Ib1bd2c578f897ff1f7d239d41e3d359e2cbb5c89
Issue-ID: SDC-410
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'catalog-be/src/main/resources/scripts')
-rw-r--r-- | catalog-be/src/main/resources/scripts/import/tosca/importOnapTypes.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 31c11c74bc..664c5cc64a 100644 --- a/catalog-be/src/main/resources/scripts/import/tosca/importOnapTypes.py +++ b/catalog-be/src/main/resources/scripts/import/tosca/importOnapTypes.py @@ -30,7 +30,8 @@ def importOnapTypes(beHost, bePort, adminUser, fileDir, updateversion): "vduCpd", "vduVirtualStorage", "vnfVirtualLinkDesc", - "NSD" + "NSD", + "VDU" ] responseCodes = [200, 201] |