Stale OpenStack Regions in PCD

Problem

  • Old OpenStack regions and endpoints still exist even after the PCD region is deleted.

Environment

  • Private Cloud Director Virtualization

  • Self-Hosted Private Cloud Director Kubernetes

Cause

  • This is a known issue and a bug: PCD-2664 has been raised to track this matter.

triangle-exclamation

Diagnostics

  1. Get the region list using the command given below, and see the stale region entry.

  1. Check if there are any endpoints available for the stale region.

Workaround

triangle-exclamation

  1. Delete all endpoints associated with a given stale region, modify the script below using the stale region name, then execute it to remove the endpoints.

  1. Verify if there is any endpoint available for the stale region.

  1. Once all stale endpoints associated with a given stale region are removed. Perform the region delete operation.

circle-exclamation

Validation

  • Validate if the stale region is deleted, the below command should not show any stale region information.

Last updated