diff options
author | Michael Lando <ml636r@att.com> | 2018-06-11 13:26:35 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-06-12 12:38:22 +0300 |
commit | 9a6c8fc028db1e94c873300ec14211b7beb5c78a (patch) | |
tree | a0114b0e58b721dae1dc1caa745b590b6ac7dbac /catalog-be/src/main/resources/config | |
parent | 95b8fb296567ab71e2661a56ad4a9cbbd84fd31a (diff) |
update sdc logic for new types
update sdc conformance level and add logic to package onap normatives.
Change-Id: I321eeb0cccf662346eb36cb42420fd8fca72ae32
Issue-ID: SDC-1380
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-be/src/main/resources/config')
-rw-r--r-- | catalog-be/src/main/resources/config/configuration.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-be/src/main/resources/config/configuration.yaml b/catalog-be/src/main/resources/config/configuration.yaml index aefdacea98..991ed92e5d 100644 --- a/catalog-be/src/main/resources/config/configuration.yaml +++ b/catalog-be/src/main/resources/config/configuration.yaml @@ -23,7 +23,7 @@ beSslPort: 8443 version: 1.1.0 released: 2012-11-30 -toscaConformanceLevel: 7.0 +toscaConformanceLevel: 10.0 minToscaConformanceLevel: 3.0 titanCfgFile: /home/vagrant/catalog-be/config/catalog-be/titan.properties |