diff options
author | Michael Lando <ml636r@att.com> | 2018-08-20 20:21:48 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-08-20 20:21:48 +0300 |
commit | 721c00be1741d4ab3b0d7736ea2e63887e55463a (patch) | |
tree | dd569693c52ff4a3bc6d17890708693e950e963f /catalog-be/src/main/resources/scripts | |
parent | 53c6462c6911d1ab375f1ebf355c8176bd55d37e (diff) |
Import normative improvement
add back folder to fix lowercase issue
Change-Id: I4062084b0ef81c9225af13099fdf7725fb03d8c8
Issue-ID: SDC-557
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-be/src/main/resources/scripts')
-rw-r--r-- | catalog-be/src/main/resources/scripts/import/tosca/importHeatTypes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-be/src/main/resources/scripts/import/tosca/importHeatTypes.py b/catalog-be/src/main/resources/scripts/import/tosca/importHeatTypes.py index 7963588fdd..74ecf71784 100644 --- a/catalog-be/src/main/resources/scripts/import/tosca/importHeatTypes.py +++ b/catalog-be/src/main/resources/scripts/import/tosca/importHeatTypes.py @@ -55,7 +55,7 @@ def importHeatTypes(scheme, beHost, bePort, adminUser, fileDir, updateversion): "contrailV2VLANSubInterface", "multiFlavorVFC", "vnfConfiguration", - "extCP2", + "extCp2", "extNeutronCP", "extContrailCP", "portMirroringByPolicy", |