diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2017-09-28 14:56:12 -0700 |
---|---|---|
committer | Marcus G K Williams <marcus.williams@intel.com> | 2017-10-04 10:23:30 -0700 |
commit | a3d1f087bedc18368de3cfa17ce72a97a9d521b0 (patch) | |
tree | 06a6e02e277aeb2b6fb122f8c1ce7eff6fc7b7e0 /dgbuilder/nodes/dge/dgelogic/execute.html | |
parent | c7e9728a0e11599ddd62c3ba4eb441fac25a008d (diff) |
Fix dgbuilder mysql upload
Since code moved from sdnc to
ccsdk dgbuilder has not been able
to upload or activate directed graphs
to test them in containers for development
purposes. This patch updates parts of
dgbuilder that pointed to sdnc.
Issue-Id: SDNC-92
Change-Id: I8021312df8c97673ed71232783183e92a06b7bd3
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Former-commit-id: 4783e789681d753fc27e5ada1a6b17cc7d7df084
Diffstat (limited to 'dgbuilder/nodes/dge/dgelogic/execute.html')
-rw-r--r-- | dgbuilder/nodes/dge/dgelogic/execute.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dgbuilder/nodes/dge/dgelogic/execute.html b/dgbuilder/nodes/dge/dgelogic/execute.html index 70b15e25..6980cf18 100644 --- a/dgbuilder/nodes/dge/dgelogic/execute.html +++ b/dgbuilder/nodes/dge/dgelogic/execute.html @@ -74,7 +74,7 @@ <div class="section"> <h5><a name="Example"></a>Example</h5> <div class="source"> -<pre><execute plugin="org.openecomp.sdnc.sli.plugin.HelloWorld" +<pre><execute plugin="org.onap.ccsdk.sli.core.sli.plugin.HelloWorld" method="log"> <parameter name="message" value="Hello, world!" /> <outcome value="success"> |