diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-10-01 22:16:56 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-10-01 22:17:47 +0300 |
commit | 97a089e7ca98b5317ee9e355bdadabe41b0fea7d (patch) | |
tree | 219df51d4231d2198114faf88f4d6a29320bdf0b /catalog-be/src | |
parent | 7a5f2b74a09a08a218b3d41dbdc2ab98317a90c8 (diff) |
Add PLAN artifact type to configuration
Added the PLAN artifact type to the configuration and to the enum
Change-Id: I4edd216182b313df0cbba15d1ac45780997f49ba
Issue-Id: SDC-420
Signed-off-by: Idan Amit <ia096e@intl.att.com>
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: |