aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <michael.lando@intl.att.com>2018-11-21 02:58:00 +0200
committerMichael Lando <michael.lando@intl.att.com>2018-11-21 02:58:00 +0200
commita4cd1f8077b10f57c350666f0749be439c0d480d (patch)
tree8d7ff89e86825a02ba62d3b58eecc54df1f659fb
parent10d3ed8df0488869f906c832c309d56434257f52 (diff)
fix issue in in alloted resource1.3.4
fix import script Change-Id: I7531d191c6e4844929aebc4428ab9b09f77b3564 Issue-ID: SDC-1945 Signed-off-by: Michael Lando <michael.lando@intl.att.com>
-rw-r--r--catalog-be/src/main/resources/scripts/import/tosca/upgradeONAPNormative.py2
1 files changed, 1 insertions, 1 deletions
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'