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 /docs | |
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 'docs')
-rw-r--r-- | docs/configuration.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst index 6d8d52490d..aebd149c99 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -997,6 +997,9 @@ BE-configuration.yaml - DMAAP - DCAE + # This configuration entry lists all node type names prefix that shall be allowed on SDC. + definedResourceNamespace: + - org.openecomp.resource. BE-distribution-engine-configuration.yaml ***************************************** |