diff options
author | Michael Lando <michael.lando@intl.att.com> | 2018-11-20 16:50:37 +0200 |
---|---|---|
committer | Michael Lando <michael.lando@intl.att.com> | 2018-11-20 16:51:39 +0200 |
commit | 4f1b51d3db3daf74e68d5dba8e62956a08641d22 (patch) | |
tree | ae409e212eedf53fa9f28501ab1284b1383786cb /catalog-be/src/main/resources/scripts | |
parent | 2e944679bbf95a860722a48dcf109a9930500cc2 (diff) |
fix issue in in alloted resource
update aloted template add it to upgrade normative
remove use of mail librery
Change-Id: Ie8922c6cce4ca10baaf401f7a7bfed436ceb585e
Issue-ID: SDC-1945
Signed-off-by: Michael Lando <michael.lando@intl.att.com>
Diffstat (limited to 'catalog-be/src/main/resources/scripts')
-rw-r--r-- | catalog-be/src/main/resources/scripts/import/tosca/onapTypesToUpgrade.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog-be/src/main/resources/scripts/import/tosca/onapTypesToUpgrade.json b/catalog-be/src/main/resources/scripts/import/tosca/onapTypesToUpgrade.json index 9101291fc9..cbe581acd2 100644 --- a/catalog-be/src/main/resources/scripts/import/tosca/onapTypesToUpgrade.json +++ b/catalog-be/src/main/resources/scripts/import/tosca/onapTypesToUpgrade.json @@ -1,5 +1,6 @@ { "nfv": [ + "allottedResource" ], "onap": [ ], |