Uploaded image for project: 'Service Orchestrator'
  1. Service Orchestrator
  2. SO-1139

CloudSiteid and TenantId parameters swapped in multicloud DELETE

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: High High
    • Casablanca Release
    • Casablanca Release

      The deleteVdu() method in the multicloud adapter reversed the cloudSiteId and tenantId parameters when calling deleteStack() method.

      The following change will fix it:

      try {
      // Delete the Multicloud stack

      • StackInfo stackInfo = deleteStack (tenantId, cloudSiteId, instanceId);
        + StackInfo stackInfo = deleteStack (cloudSiteId, tenantId, instanceId);

       

            ewmulta ewmulta
            ewmulta ewmulta
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: