Currently, there is no built-in mechanism to change the load balancer into an error state for easy removal through the User Interface.
Error message:OctaviaClientException: Invalid state PENDING_UPDATE of loadbalancer resource ######-####-####-####-######### (HTTP 409) (Request-ID: req-########-####-####-####-#########)
VMware Integrated Openstack 7.x
This is a known issue affecting VMware Integrated Openstack VIO7.x
Note: This procedure modifies the database. Ensure you to take a backup of the database before proceeding.
kubectl -n openstack exec -it mariadb-server-0 bashroot@mariadb-server-0:/# mysql --defaults-file=/etc/mysql/admin_user.cnf --host=localhost octavia -e 'select * from load_balancer';openstack loadbalancer list --operating-status=ERRORopenstack loadbalancer delete <load balancer ID>