If you do not want to use VMware Integrated OpenStack 7.0.1, you can remove the patch and revert to version 7.0.

Procedure

  1. Remove the VMware Integrated OpenStack 7.0.1 patch.
    viocli patch delete -p <VIO_7.0.1_patch_name>
  2. (Optional) If you are removing the patch from an existing VMware Integrated OpenStack 7.0 deployment, check the OpenStack deployment status.
    viocli get deployment
    If the deployment is stable, the state of the patch appears as: RUNNING. The state of the patch should remain RUNNING, indicating that all OpenStack services have been rolled back to version 7.0.
  3. To manually revert three core services: vio-operator, vio-api, and nginx-ingress, enter the following four commands.
    helm repo update
    helm upgrade --install vio-ingress-cntl vio/nginx-ingress --version=1.6.0 --values /vio/config/input/mgmt-ingress-cntl-values.yml
    
    helm upgrade --install vio-operator vio/vio-operator --version=1.0.0 --values /vio/config/input/vio-api-cntl-values.yml
    
    helm upgrade --install vio-api vio/vio-api --version=1.0.0 --values /vio/config/input/vio-api-cntl-values.yml
    Note: If an error occurs, retain the support bundle for tracking.