Merge "Miscellaneous fixes"
authorSteve Smokowski <ss835w@att.com>
Sat, 12 Jan 2019 13:13:34 +0000 (13:13 +0000)
committerGerrit Code Review <gerrit@onap.org>
Sat, 12 Jan 2019 13:13:34 +0000 (13:13 +0000)
1  2 
bpmn/MSOCommonBPMN/src/main/groovy/org/onap/so/bpmn/common/scripts/UpdateAAIGenericVnf.groovy

@@@ -207,10 -207,10 +207,10 @@@ public class UpdateAAIGenericVnf extend
                        String orchestrationStatusEntry = ""
                        if (orchestrationStatus != null) {
                                // Construct payload
-                               orchestrationStatusEntry = updateGenericVnfNode(origRequest, genericVnfNode, 'orchestration-status')
+                               orchestrationStatusEntry = updateGenericVnfNode(origRequest, 'orchestration-status')
                        }
  
 -                      def payload = """
 +                      String payload = """
                                        {       ${personaModelVersionEntry}
                                                ${ipv4OamAddressEntry}
                                                ${managementV6AddressEntry}