diff options
author | aribeiro <anderson.ribeiro@est.tech> | 2020-02-02 19:47:39 +0000 |
---|---|---|
committer | Yuli Shlosberg <ys9693@att.com> | 2020-02-25 08:27:11 +0000 |
commit | 0c274e9356fc77c53340828b0ec18869dad71631 (patch) | |
tree | 667e9f83ab3bb4bb56f261244b88ebb90bd0b497 /catalog-be/src/main/resources/config | |
parent | c5ef980bb5c9af65e1f190c0352329134d6a7459 (diff) |
Support import of custom node type name
Issue-ID: SDC-2760
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: I3645c737ba367a3576d58afb581c8118eb0f6011
Diffstat (limited to 'catalog-be/src/main/resources/config')
-rw-r--r-- | catalog-be/src/main/resources/config/configuration.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/catalog-be/src/main/resources/config/configuration.yaml b/catalog-be/src/main/resources/config/configuration.yaml index 36e81916bc..678b3998fe 100644 --- a/catalog-be/src/main/resources/config/configuration.yaml +++ b/catalog-be/src/main/resources/config/configuration.yaml @@ -916,3 +916,6 @@ cadiFilterParams: AFT_ENVIRONMENT: AFTUAT cadiX509Issuers: "CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US" +# This configuration entry lists all node type names prefix that shall be allowed on SDC. +definedResourceNamespace: + - org.openecomp.resource.
\ No newline at end of file |