From a4cd1f8077b10f57c350666f0749be439c0d480d Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Wed, 21 Nov 2018 02:58:00 +0200 Subject: fix issue in in alloted resource fix import script Change-Id: I7531d191c6e4844929aebc4428ab9b09f77b3564 Issue-ID: SDC-1945 Signed-off-by: Michael Lando --- .../src/main/resources/scripts/import/tosca/upgradeONAPNormative.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catalog-be') diff --git a/catalog-be/src/main/resources/scripts/import/tosca/upgradeONAPNormative.py b/catalog-be/src/main/resources/scripts/import/tosca/upgradeONAPNormative.py index bebba6c2cb..f23e2d101b 100644 --- a/catalog-be/src/main/resources/scripts/import/tosca/upgradeONAPNormative.py +++ b/catalog-be/src/main/resources/scripts/import/tosca/upgradeONAPNormative.py @@ -55,7 +55,7 @@ def main(argv): adminUser = 'jh0003' debugf = None updateversion = 'true' - updateOnapVersion = 'false' + updateOnapVersion = 'true' importCommon.debugFlag = False scheme = 'http' -- cgit 1.2.3-korg