Generate Random UUID for DCAE
[clamp.git] / src / main / resources / clds / camel / rest / clamp-api-v2.xml
index 7e0c891..692e342 100644 (file)
                                                        <simple> ${exchangeProperty[policyStatus]} == 'SUBMITTED' and
                                                                ${exchangeProperty[dcaeStatus]} == 'NOT_DEPLOYED'
                                                        </simple>
-                                                       <to uri="direct:deploy-closedloop" />
+                                                       <to uri="direct:deploy-loop" />
                                                </when>
                                                <otherwise>
                                                        <log
                                                <when>
                                                        <simple> ${exchangeProperty[dcaeStatus]} == 'DEPLOYED'
                                                        </simple>
-                                                       <to uri="direct:undeploy-closedloop" />
+                                                       <to uri="direct:undeploy-loop" />
                                                </when>
                                                <otherwise>
                                                        <log