diff options
author | Gitelman, Tal (tg851x) <tg851x@intl.att.com> | 2018-03-21 17:42:47 +0200 |
---|---|---|
committer | Tal Gitelman <tg851x@intl.att.com> | 2018-03-21 15:43:43 +0000 |
commit | 6a1b82aa42d2bf7abcc2b3ab276feb3211c647c4 (patch) | |
tree | c6efc586beb08f1a97943b334d73f114643372e4 /catalog-be | |
parent | 84f69f366eef1a33472145db98e0e2983d3503fa (diff) |
Onap normatives are imported always
Change-Id: I33b05ae29bc41ed90a87cf01960a848f2484200d
Issue-ID: SDC-1103
Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
Diffstat (limited to 'catalog-be')
-rw-r--r-- | catalog-be/src/main/resources/scripts/import/tosca/upgradeONAPNormative.py | 6 |
1 files changed, 3 insertions, 3 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 5c57762c61..289678b369 100644 --- a/catalog-be/src/main/resources/scripts/import/tosca/upgradeONAPNormative.py +++ b/catalog-be/src/main/resources/scripts/import/tosca/upgradeONAPNormative.py @@ -27,7 +27,7 @@ import importCommon # python upgradeNormative.py [-i <be host> | --ip=<be host>] [-p <be port> | --port=<be port> ] [-u <user userId> | --user=<user userId> ] [-d <true|false> | --debug=<true|false>] # # # # # -# shortest activation (be host = localhost, be port = 8080, user = jh0003): # # # +# shortest activation (be host = localhost, be port = 8080, user = jh0003): # # python upgradeNormative.py # # # ################################################################################################################################################################################################# @@ -123,13 +123,13 @@ def main(argv): handleResults(resultsHeat) resultsHeat = upgradeNfvTypesPerConfigFile(scheme, beHost, bePort, adminUser, baseFileLocation, updateOnapVersion) - handleResults(resultsHeat) + handleResults(resultsHeat) resultsHeat = upgradeOnapTypesPerConfigFile(scheme, beHost, bePort, adminUser, baseFileLocation, updateOnapVersion) handleResults(resultsHeat) resultsHeat = upgradeSolTypesPerConfigFile(scheme, beHost, bePort, adminUser, baseFileLocation, updateOnapVersion) - handleResults(resultsHeat) + handleResults(resultsHeat) errorAndExit(0, None) |