diff options
author | Michael Lando <michael.lando@intl.att.com> | 2018-11-21 02:58:00 +0200 |
---|---|---|
committer | Michael Lando <michael.lando@intl.att.com> | 2018-11-21 02:58:00 +0200 |
commit | a4cd1f8077b10f57c350666f0749be439c0d480d (patch) | |
tree | 8d7ff89e86825a02ba62d3b58eecc54df1f659fb | |
parent | 10d3ed8df0488869f906c832c309d56434257f52 (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.py | 2 |
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' |