You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# NOTE(mnaser): We delete the application credentials at this stage
# to make sure CAPI doesn't lose access to OpenStack.
try:
osc.keystone().client.application_credentials.find(
name=cluster.uuid,
user=cluster.user_id,
).delete()
except keystoneauth1.exceptions.http.NotFound:
pass
# List application credentials for a user.
# GET /v3/users/{user_id}/application_credentials
# HEAD /v3/users/{user_id}/application_credentials
# Intended scope(s): system, project
#"identity:list_application_credentials": "(role:reader and system_scope:all) or rule:owner"
I think openstack context is wrong in update_cluster_status procedure.
The text was updated successfully, but these errors were encountered:
Deleting existing cluster from Horizon interface or by using Magnum Api leads to stucking in DELETE_IN_PROGRESS.
https://github.com/vexxhost/magnum-cluster-api/blob/main/magnum_cluster_api/driver.py#L230
by adding:
issue is fixed and cluster deleting is successful.
Here is parts of logs on keystone side.
we are using default policy for keystone
I think openstack context is wrong in update_cluster_status procedure.
The text was updated successfully, but these errors were encountered: