Uploaded image for project: 'Red Hat 3scale API Management'
  1. Red Hat 3scale API Management
  2. THREESCALE-8321

Delete an account with an immediate effect

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • 2.11.2 GA
    • System
    • False
    • None
    • False
    • Not Started
    • Not Started
    • Not Started
    • Not Started
    • Not Started
    • Not Started
    • Hide
      1. Create a tenant on a master domain
      2. Suspend the tenant
      3. Follow the document
        oc rsh -c system-master "$(oc get pods --selector deploymentconfig=system-app -o name)"
        bundle exec rails console
        tenant = Account.find(PROVIDER_ID)
        tenant.schedule_for_deletion!
        DeleteAccountHierarchyWorker.perform_later(tenant)
        
      4. Confirm whether the tenant is deleted
      Show
      Create a tenant on a master domain Suspend the tenant Follow the document oc rsh -c system-master "$(oc get pods --selector deploymentconfig=system-app -o name)" bundle exec rails console tenant = Account.find(PROVIDER_ID) tenant.schedule_for_deletion! DeleteAccountHierarchyWorker.perform_later(tenant) Confirm whether the tenant is deleted

      This section explains how to delete an account with an immediate effect, but the account state becomes Scheduled for deletion after the operation.

      Update:
      Not immediately after the deletion operation, the account was removed a few days later, before the scheduled date.

              Unassigned Unassigned
              rhn-support-tkonishi Takayuki Konishi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: