diff options
author | Michael Lando <ml636r@att.com> | 2017-10-02 08:01:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-02 08:01:09 +0000 |
commit | 0d376d76f0bb8acc0739ab08f8de765070de0553 (patch) | |
tree | e525a9bc71cf62c159a4af1625da1cdf2d9774af /catalog-be/src | |
parent | e3d0ba4edf87a1f5086f221b8f588256a4673abe (diff) | |
parent | 97a089e7ca98b5317ee9e355bdadabe41b0fea7d (diff) |
Merge "Add PLAN artifact type to configuration" into release-1.1.0
Diffstat (limited to 'catalog-be/src')
-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 d3f513fd74..eb26c8a34f 100644 --- a/catalog-be/src/main/resources/config/configuration.yaml +++ b/catalog-be/src/main/resources/config/configuration.yaml @@ -133,6 +133,7 @@ artifactTypes: - SNMP_POLL - SNMP_TRAP - GUIDE + - PLAN licenseTypes: - User @@ -327,7 +328,6 @@ serviceDeploymentArtifacts: PLAN: acceptedTypes: - xml - resourceDeploymentArtifacts: HEAT: |